From 74274c71e5ea20134b4f7512e2386103bf90a76f Mon Sep 17 00:00:00 2001 From: Blocka Date: Wed, 31 Jan 2024 14:10:05 +0800 Subject: [PATCH] Update serviceType to ClusterIP --- charts/palworld/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/palworld/values.yaml b/charts/palworld/values.yaml index 4f3707433..413043a72 100644 --- a/charts/palworld/values.yaml +++ b/charts/palworld/values.yaml @@ -70,7 +70,9 @@ server: # -- Additional labels to the resources labels: { } # -- (string) The type of service to be created. - type: LoadBalancer + # For minikube, set this to NodePort, elsewhere use LoadBalancer + # Use ClusterIP if your setup includes ingress controller + type: ClusterIP # -- (dict) The "healthz" definition . # Use if you need to create a TCP health check for load balancers on cloud services. healthz: