35 lines
959 B
YAML
35 lines
959 B
YAML
shortcuts:
|
|
hostname: notes.badhouseplants.net
|
|
ext-database:
|
|
enabled: true
|
|
name: memos-postgres17
|
|
instance: postgres17
|
|
credentials:
|
|
MEMOS_DRIVER: postgres
|
|
MEMOS_DSN: "{{ .Protocol }}://{{ .Username }}:{{ .Password }}@{{ .Hostname }}:{{ .Port }}/{{ .Database }}?sslmode=disable"
|
|
base:
|
|
workload:
|
|
containers:
|
|
memos:
|
|
envFrom:
|
|
main: {}
|
|
raw:
|
|
- secretRef:
|
|
name: memos-postgres16-creds
|
|
|
|
storage:
|
|
data:
|
|
metadata:
|
|
annotations:
|
|
volume.kubernetes.io/selected-node: bordeaux
|
|
storageClassName: openebs-hostpath
|
|
ingress:
|
|
main:
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik
|
|
kubernetes.io/tls-acme: "true"
|
|
kubernetes.io/ingress.allow-http: "false"
|
|
kubernetes.io/ingress.global-static-ip-name: ""
|
|
cert-manager.io/cluster-issuer: badhouseplants-issuer-http01
|
|
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|