cron fix
This commit is contained in:
parent
86686350e5
commit
eff3d3f434
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user