using ClusterIP with ingress instead of NodePort

This commit is contained in:
2024-06-26 00:59:06 +10:00
parent 91a305117c
commit 16d9f1df34
2 changed files with 35 additions and 2 deletions

View File

@@ -25,5 +25,7 @@ spec:
persistence:
existingClaim: "dokuwiki-pvc"
service:
nodePorts:
http: 18000
type: ClusterIP
ports:
http: 18000
https: 18443