This commit is contained in:
Steffen Illium 2024-04-26 12:57:35 +02:00
parent 86686350e5
commit eff3d3f434
2 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,14 @@ spec:
app: nextcloud
spec:
containers:
- name: cron
image: nextcloud
volumeMounts:
- mountPath: /var/www/html
name: nextcloud-pvc
subPath: html
command: [ "/cron.sh" ]
resources: {}
- image: mariadb
name: mariadb
args:

View File

@ -6,6 +6,7 @@ metadata:
spec:
headers:
browserXssFilter: true
Permissions-Policy: "geolocation=(self)"
contentTypeNosniff: true
forceSTSHeader: true
stsIncludeSubdomains: true