changed from ingress to loadbalancer
This commit is contained in:
@@ -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/
|
# -- 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: ClusterIP
|
type: LoadBalancer
|
||||||
# -- 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
|
||||||
|
|
||||||
# -- This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
|
# -- This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
className: "openshift-default"
|
className: "openshift-default"
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/ingress.class: "openshift-default"
|
nginx.ingress.kubernetes.io/ingress.class: "openshift-default"
|
||||||
@@ -103,7 +103,7 @@ readinessProbe:
|
|||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
# - name: foo
|
# - name: foo
|
||||||
# secret:
|
# secret:
|
||||||
# secretName: mysecret
|
# secretName: m ysecret
|
||||||
# optional: false
|
# optional: false
|
||||||
|
|
||||||
# -- Additional volumeMounts on the output Deployment definition.
|
# -- Additional volumeMounts on the output Deployment definition.
|
||||||
|
|||||||
Reference in New Issue
Block a user