Skip to content

Commit

Permalink
Merge pull request #236 from win5923/patch-2
Browse files Browse the repository at this point in the history
Update serviceType to ClusterIP
  • Loading branch information
thijsvanloef authored Jan 31, 2024
2 parents 28d22fd + 74274c7 commit fbe87e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/palworld/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fbe87e7

Please sign in to comment.