Skip to content

Commit bdb505c

Browse files
committed
chore(monitor): change drycc gateway listener name
1 parent 473b0c5 commit bdb505c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/monitor/templates/monitor-grafana-route.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ spec:
1414
- group: gateway.networking.k8s.io
1515
kind: Gateway
1616
name: drycc-gateway
17-
sectionName: drycc-gateway-listener-http
17+
sectionName: http
1818
{{- if .Values.global.certManagerEnabled }}
1919
- group: gateway.networking.k8s.io
2020
kind: Gateway
2121
name: drycc-gateway
22-
sectionName: drycc-gateway-listener-https
22+
sectionName: https
2323
{{- end }}
2424
rules:
2525
- matches:

0 commit comments

Comments
 (0)