From 17dcd78a3179e326db8beef8da5389ef36a49fd7 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 26 Jun 2024 01:11:41 +1000 Subject: [PATCH] update container ports --- kubernetes/apps/dokuwiki/app/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubernetes/apps/dokuwiki/app/release.yaml b/kubernetes/apps/dokuwiki/app/release.yaml index aec9a06..95d388f 100644 --- a/kubernetes/apps/dokuwiki/app/release.yaml +++ b/kubernetes/apps/dokuwiki/app/release.yaml @@ -22,6 +22,9 @@ spec: dokuwikiEmail: ${email} dokuwikiFullName: "Edward Cheng" dokuwikiWikiName: My Douku Wiki + containerPorts: + http: 18000 + https: 18443 persistence: existingClaim: "dokuwiki-pvc" service: