From 455f519fcab965639b6ef5b8ce225e138f183f6e Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 19 Aug 2021 20:44:29 +0200 Subject: [PATCH] yes, nginx we are --- apps/nextcloud/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nextcloud/deployment.yaml b/apps/nextcloud/deployment.yaml index a21ebab..223f4e8 100644 --- a/apps/nextcloud/deployment.yaml +++ b/apps/nextcloud/deployment.yaml @@ -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: