Skip to content

Commit 3619f86

Browse files
committed
chore(gateway): remove global gateway class
1 parent 75a76a5 commit 3619f86

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

charts/gateway/templates/gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
cert-manager.io/issuer: drycc-issuer
88
{{- end }}
99
spec:
10-
gatewayClassName: {{ .Values.global.gatewayClass }}
10+
gatewayClassName: {{ .Values.gatewayClass }}
1111
listeners:
1212
{{- range $index, $app := .Values.apps }}
1313
- name: {{ printf "%s-%v-%d" $app.protocol $app.port $index | lower }}

charts/gateway/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
# GatewayClass is cluster-scoped resource defined by the infrastructure provider.
3+
gatewayClass: ""
4+
15
# acme configuration takes effect if and only if certManagerEnabled is true
26
acme:
37
server: https://acme-v02.api.letsencrypt.org/directory
@@ -59,7 +63,6 @@ apps:
5963
global:
6064
# Admin email, used for each component to send email to administrator
6165
email: "drycc@drycc.cc"
62-
gatewayClass: ""
6366
# The publicly resolvable hostname to build your cluster with.
6467
#
6568
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"

0 commit comments

Comments
 (0)