Reformat to valuesOjbect
This commit is contained in:
parent
0a110c7d89
commit
e31709fdd7
1 changed files with 28 additions and 13 deletions
|
|
@ -21,19 +21,34 @@ spec:
|
||||||
value: 'true'
|
value: 'true'
|
||||||
- name: persistence.data.storageClass
|
- name: persistence.data.storageClass
|
||||||
value: longhorn-fast
|
value: longhorn-fast
|
||||||
values: "\ningress:\n enabled: true\n annotations:\n cert-manager.io/cluster-issuer:\
|
valuesObject:
|
||||||
\ letsencrypt\n kubernetes.io/ingress.class: nginx\n external-dns.alpha.kubernetes.io/target:\
|
ingress:
|
||||||
\ armnleg.martyn.berlin\n nginx.ingress.kubernetes.io/server-snippets:\
|
enabled: true
|
||||||
\ |\n location / {\n proxy_set_header Upgrade $http_upgrade;\n\
|
annotations:
|
||||||
\ proxy_http_version 1.1;\n proxy_set_header X-Forwarded-Host\
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
\ $http_host;\n proxy_set_header X-Forwarded-Proto $scheme;\n \
|
kubernetes.io/ingress.class: nginx
|
||||||
\ proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header\
|
external-dns.alpha.kubernetes.io/target: armnleg.martyn.berlin
|
||||||
\ Host $host;\n proxy_set_header Connection \"upgrade\";\n proxy_cache_bypass\
|
nginx.ingress.kubernetes.io/server-snippets: "location / {\n proxy_set_header\
|
||||||
\ $http_upgrade;\n }\n hosts:\n - host: ntfy.martyn.berlin\n paths:\n\
|
\ Upgrade $http_upgrade;\n proxy_http_version 1.1;\n proxy_set_header X-Forwarded-Host\
|
||||||
\ - path: /\n pathType: Prefix\n tls:\n - hosts:\n - ntfy.martyn.berlin\n\
|
\ $http_host;\n proxy_set_header X-Forwarded-Proto $scheme;\n proxy_set_header\
|
||||||
\nntfy:\n config:\n base-url: \"https://ntfy.martyn.berlin\"\n cache-file:\
|
\ X-Forwarded-For $remote_addr;\n proxy_set_header Host $host;\n proxy_set_header\
|
||||||
\ \"/var/cache/ntfy/cache.db\"\n attachment-cache-dir: \"/var/cache/ntfy/attachments\"\
|
\ Connection \"upgrade\";\n proxy_cache_bypass $http_upgrade;\n}\n"
|
||||||
\n auth-file: \"/var/lib/ntfy/user.db\"\n auth-default-access: \"deny-all\""
|
hosts:
|
||||||
|
- host: ntfy.martyn.berlin
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- ntfy.martyn.berlin
|
||||||
|
ntfy:
|
||||||
|
config:
|
||||||
|
base-url: https://ntfy.martyn.berlin
|
||||||
|
cache-file: /var/cache/ntfy/cache.db
|
||||||
|
attachment-cache-dir: /var/cache/ntfy/attachments
|
||||||
|
auth-file: /var/lib/ntfy/user.db
|
||||||
|
auth-default-access: deny-all
|
||||||
|
|
||||||
path: apps-helm/ntfy
|
path: apps-helm/ntfy
|
||||||
repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git
|
repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue