feat: support ingressClassName in Helm Chart (#4844)
Allow configuring the ingress class via a value.
This commit is contained in:
committed by
GitHub
parent
25b1340771
commit
177f0ed163
@ -35,13 +35,12 @@ service:
|
||||
ingress:
|
||||
enabled: false
|
||||
#annotations:
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
#hosts:
|
||||
# - host: code-server.example.loc
|
||||
# paths:
|
||||
# - /
|
||||
|
||||
ingressClassName: ""
|
||||
#tls:
|
||||
# - secretName: code-server
|
||||
# hosts:
|
||||
|
Reference in New Issue
Block a user