apps/design/penpot/penpot-values-configmap: update labels for new chart
This commit is contained in:
parent
86a1eceb38
commit
b68e4da80c
|
@ -5,27 +5,31 @@ metadata:
|
||||||
namespace: stackspout
|
namespace: stackspout
|
||||||
data:
|
data:
|
||||||
values.yaml: |
|
values.yaml: |
|
||||||
# TODO verify structure matches chart
|
global:
|
||||||
commonLabels:
|
postgresqlEnabled: true
|
||||||
stackspin.net/backupSet: "penpot"
|
redisEnabled: true
|
||||||
podLabels:
|
|
||||||
stackspin.net/backupSet: "penpot"
|
frontend:
|
||||||
# TODO Configure PVC for data & database including backup labels
|
podLabels:
|
||||||
podAnnotations:
|
stackspin.net/backupSet: "penpot"
|
||||||
backup.velero.io/backup-volumes: "data"
|
backend:
|
||||||
|
podLabels:
|
||||||
|
stackspin.net/backupSet: "penpot"
|
||||||
|
exporter:
|
||||||
|
podLabels:
|
||||||
|
stackspin.net/backupSet: "penpot"
|
||||||
|
backend:
|
||||||
|
podAnnotations:
|
||||||
|
backup.velero.io/backup-volumes: "app-data"
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
assets:
|
||||||
existingClaim: "penpot-data"
|
existingClaim: "penpot-data"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
hosts: ["${penpot_domain}"]
|
hosts: ["${penpot_domain}"]
|
||||||
# - host: "${penpot_domain}"
|
|
||||||
# paths:
|
|
||||||
# - path: /
|
|
||||||
# pathType: Prefix
|
|
||||||
tls:
|
tls:
|
||||||
- secretName: penpot-tls
|
- secretName: penpot-tls
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -72,8 +76,3 @@ data:
|
||||||
clientSecret: "${client_secret}"
|
clientSecret: "${client_secret}"
|
||||||
baseURI: "https://${hydra_domain}"
|
baseURI: "https://${hydra_domain}"
|
||||||
#autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
|
#autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
|
||||||
|
|
||||||
persistence:
|
|
||||||
assets:
|
|
||||||
enabled: true
|
|
||||||
existingClaim: "penpot-assets"
|
|
||||||
|
|
Loading…
Reference in New Issue