Fix memos values in badhouseplants
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
parent
fbf4e7227c
commit
3ec96dabd6
@ -82,7 +82,7 @@ releases:
|
|||||||
version: 0.4.0
|
version: 0.4.0
|
||||||
namespace: applications
|
namespace: applications
|
||||||
inherit:
|
inherit:
|
||||||
- template: default-env-values
|
- template: env-values
|
||||||
- template: ext-database
|
- template: ext-database
|
||||||
|
|
||||||
- name: badhouseplants-net
|
- name: badhouseplants-net
|
||||||
|
35
values/badhouseplants/applications/memos/values.yaml
Normal file
35
values/badhouseplants/applications/memos/values.yaml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
shortcuts:
|
||||||
|
hostname: notes.badhouseplants.net
|
||||||
|
ext-database:
|
||||||
|
enabled: true
|
||||||
|
name: memos-postgres16
|
||||||
|
instance: postgres16
|
||||||
|
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:
|
||||||
|
metadata:
|
||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user