Compare commits
No commits in common. "7f05e57de27295e5dc25276c929eaefb8ff3609e" and "c31458279d9d611cbc9d563367f39fc2e9c5944e" have entirely different histories.
7f05e57de2
...
c31458279d
@ -76,6 +76,14 @@ releases:
|
|||||||
- template: env-values
|
- template: env-values
|
||||||
- template: ext-database
|
- template: ext-database
|
||||||
|
|
||||||
|
- name: memos
|
||||||
|
chart: allangers-charts/memos
|
||||||
|
version: 0.4.0
|
||||||
|
namespace: applications
|
||||||
|
inherit:
|
||||||
|
- template: env-values
|
||||||
|
- template: ext-database
|
||||||
|
|
||||||
- name: badhouseplants-net
|
- name: badhouseplants-net
|
||||||
chart: badhouseplants-helm/badhouseplants-net
|
chart: badhouseplants-helm/badhouseplants-net
|
||||||
namespace: production
|
namespace: production
|
||||||
|
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