Cleanup memos
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
parent
8ed0a2400b
commit
7f05e57de2
@ -76,15 +76,6 @@ releases:
|
|||||||
- template: env-values
|
- template: env-values
|
||||||
- template: ext-database
|
- template: ext-database
|
||||||
|
|
||||||
- name: memos
|
|
||||||
chart: allangers-charts/memos
|
|
||||||
installed: false
|
|
||||||
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
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
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