From 0f82d45c65fc3656f8443cb8a7b912f1102def2e Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 29 Mar 2023 00:02:39 +0200 Subject: [PATCH] new port --- customers/base/nextcloud-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index caf8758..d4191a6 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -35,8 +35,8 @@ spec: mountPath: /var/www/html/config subPath: config ports: - - containerPort: 80 - name: nextcloud-http + - containerPort: 443 + name: nextcloud-https command: ['/bin/sh','-c', 'apachectl -D FOREGROUND'] initContainers: - image: docker.sunet.se/sunet/docker-jinja:latest