The ingress definition should be defined outside the chart.

This commit is contained in:
Tommy 2023-10-29 12:20:48 +01:00
parent 0c040e306a
commit ef380761db

View file

@ -57,22 +57,6 @@ service:
type: ClusterIP type: ClusterIP
port: 6167 port: 6167
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little # choice for the user. This also increases chances charts run on environments with little