Skip to content

Commit 761e124

Browse files
committed
Remove ingress object from helm chart
1 parent 5339819 commit 761e124

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

helm/templates/ingress.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

helm/values.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,3 @@ coder:
6969
# your cloud and specify it here in production to avoid accidental IP
7070
# address changes.
7171
loadBalancerIP: ""
72-
73-
# coder.ingress -- The Ingress object to expose for Coder.
74-
ingress:
75-
# coder.ingress.enable -- Whether to create the Ingress object.
76-
enable: false
77-
# coder.ingress.className -- The name of the Ingress class to use.
78-
className: ""
79-
# coder.ingress.host -- The hostname to match on.
80-
host: "coder.example.com"
81-
# coder.ingress.tls -- The TLS configuration to use for the Ingress.
82-
tls:
83-
# coder.ingress.tls.enable -- Whether to enable TLS on the Ingress.
84-
enable: false
85-
# coder.ingress.tls.secretName -- The name of the TLS secret to use.
86-
secretName: ""

0 commit comments

Comments
 (0)