yes, nginx we are

This commit is contained in:
2021-08-19 20:44:29 +02:00
parent d1d240f4e3
commit 455f519fca

View File

@@ -29,7 +29,7 @@ spec:
emptyDir: {} emptyDir: {}
containers: containers:
- name: nginx-proxy - name: nginx-proxy
image: nginx:latest image: nginx
volumeMounts: volumeMounts:
- name: nextcloud-nginx-site - name: nextcloud-nginx-site
mountPath: /etc/nginx/conf.d mountPath: /etc/nginx/conf.d
@@ -40,7 +40,7 @@ spec:
containerPort: 80 containerPort: 80
protocol: TCP protocol: TCP
- name: nextcloud - name: nextcloud
image: cr.lan/nextcloud:latest image: cr.lan/nextcloud
lifecycle: lifecycle:
postStart: postStart:
exec: exec: