cron fix
This commit is contained in:
parent
86686350e5
commit
eff3d3f434
@ -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:
|
||||
|
@ -6,6 +6,7 @@ metadata:
|
||||
spec:
|
||||
headers:
|
||||
browserXssFilter: true
|
||||
Permissions-Policy: "geolocation=(self)"
|
||||
contentTypeNosniff: true
|
||||
forceSTSHeader: true
|
||||
stsIncludeSubdomains: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user