changed from ingress to loadbalancer

This commit is contained in:
2025-12-29 15:06:57 +11:00
parent 0c4891f55d
commit 51a10ef56d

View File

@@ -58,13 +58,13 @@ securityContext: {}
# -- This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/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
type: ClusterIP
type: LoadBalancer
# -- This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
port: 8080
# -- This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
ingress:
enabled: true
enabled: false
className: "openshift-default"
annotations:
nginx.ingress.kubernetes.io/ingress.class: "openshift-default"
@@ -103,7 +103,7 @@ readinessProbe:
extraVolumes: []
# - name: foo
# secret:
# secretName: mysecret
# secretName: m ysecret
# optional: false
# -- Additional volumeMounts on the output Deployment definition.