Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-vex authored Dec 23, 2023
1 parent cea44b7 commit 0883f02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/kubenuc/nextcloud/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
tag: stable-apache
pullPolicy: Always
podAnnotations:
backup.velero.io/backup-volumes: nextcloud-main
backup.velero.io/backup-volumes: "nextcloud-main"
ingress:
enabled: true
className: nginx
Expand All @@ -52,6 +52,11 @@ spec:
secretName: nextcloud
usernameKey: nextcloud-username
passwordKey: nextcloud-password
securityContext:
runAsUser: 33
runAsGroup: 33
runAsNonRoot: true
readOnlyRootFilesystem: false
configs:
reverse-proxy.config.php: |-
<?php
Expand Down

0 comments on commit 0883f02

Please sign in to comment.