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