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 app: nextcloud
spec: spec:
containers: containers:
- name: cron
image: nextcloud
volumeMounts:
- mountPath: /var/www/html
name: nextcloud-pvc
subPath: html
command: [ "/cron.sh" ]
resources: {}
- image: mariadb - image: mariadb
name: mariadb name: mariadb
args: args:

View File

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