Skip to content

Commit 1facdc6

Browse files
committed
chore(gateway): change drycc gateway listener name
1 parent 2151a30 commit 1facdc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/gateway/templates/drycc-gateway.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ metadata:
55
spec:
66
gatewayClassName: {{ .Values.global.gatewayClass }}
77
listeners:
8-
- name: drycc-gateway-listener-http
8+
- name: http
99
port: 80
1010
protocol: HTTP
1111
allowedRoutes:
1212
namespaces:
1313
from: All
1414
{{- if .Values.global.certManagerEnabled}}
15-
- name: drycc-gateway-listener-https
15+
- name: https
1616
port: 443
1717
protocol: HTTPS
1818
tls:

0 commit comments

Comments
 (0)