change to clusterIP

This commit is contained in:
2025-12-30 15:11:06 +11:00
parent 51a10ef56d
commit 40a1f87da8

View File

@@ -58,7 +58,7 @@ securityContext: {}
# -- This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/ # -- This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
service: service:
# -- This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types # -- This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
type: LoadBalancer type: ClusterIP
# -- This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports # -- This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
port: 8080 port: 8080