apps/ninja: readd pod backup labels
This commit is contained in:
parent
2211855a26
commit
cbeeb03e5d
|
@ -20,6 +20,8 @@ data:
|
||||||
more_set_headers "Content-Security-Policy: frame-ancestors 'self' ${nextcloud_domain}";
|
more_set_headers "Content-Security-Policy: frame-ancestors 'self' ${nextcloud_domain}";
|
||||||
commonLabels:
|
commonLabels:
|
||||||
stackspin.net/backupSet: "invoiceninja"
|
stackspin.net/backupSet: "invoiceninja"
|
||||||
|
podLabels:
|
||||||
|
stackspin.net/backupSet: "invoiceninja"
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
backup.velero.io/backup-volumes: "public"
|
backup.velero.io/backup-volumes: "public"
|
||||||
persistence:
|
persistence:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# This list of apps is loaded by the Stackspin dashboard on startup, and it
|
# This list of apps is loaded by the Stackspin dashboard on startup, and it
|
||||||
# will insert any missing entries into the Stackspin database (`apps` table).
|
# will insert any missing entries into the Stackspin database (`apps` table).
|
||||||
|
# Processed in https://open.greenhost.net/stackspin/dashboard/-/blob/main/backend/areas/apps/models.py?ref_type=heads#L135
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in New Issue