File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 cert-manager.io/issuer : drycc-issuer
88 {{- end }}
99spec :
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 }}
Original file line number Diff line number Diff line change 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
26acme :
37 server : https://acme-v02.api.letsencrypt.org/directory
5963global :
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"
You can’t perform that action at this time.
0 commit comments