56 lines
1.2 KiB
YAML
56 lines
1.2 KiB
YAML
istio:
|
|
enabled: true
|
|
istio:
|
|
- name: tandoor-http
|
|
gateway: istio-system/badhouseplants-net
|
|
kind: http
|
|
hostname: tandoor.badhouseplants.net
|
|
service: tandoor
|
|
port: 8080
|
|
|
|
ext-database:
|
|
enabled: true
|
|
name: tandoor-postgres16
|
|
instance: postgres16
|
|
credentials:
|
|
POSTGRES_HOST: |-
|
|
"{{ .Hostname }}"
|
|
POSTGRES_PORT: |-
|
|
"{{ .Port }}"
|
|
|
|
envFrom:
|
|
- secretRef:
|
|
name: tandoor-postgres16-creds
|
|
env:
|
|
TZ: UTC
|
|
DB_ENGINE: django.db.backends.postgresql
|
|
EMAIL_HOST: badhouseplants.net
|
|
EMAIL_PORT: 587
|
|
EMAIL_HOST_USER: overlord@badhouseplants.net
|
|
EMAIL_HOST_PASSWORD: nxVa8Xcf4jNvzNeE$JzBL&H8g
|
|
EMAIL_USE_TLS: 1
|
|
EMAIL_USE_SSL: 0
|
|
DEFAULT_FROM_EMAIL: tandoor@badhouseplants.net
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
retain: true
|
|
storageClass: longhorn
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
media:
|
|
enabled: true
|
|
mountPath: /opt/recipes/mediafiles
|
|
retain: true
|
|
storageClass: longhorn
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
static:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: /opt/recipes/staticfiles
|
|
django-js-reverse:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: /opt/recipes/cookbook/static/django_js_reverse
|