Skip to content

Commit b0c0298

Browse files
committed
chore(gateway): add customListeners
1 parent a3aa766 commit b0c0298

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

charts/gateway/templates/drycc-gateway.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ spec:
2525
namespaces:
2626
from: All
2727
{{- end }}
28+
{{- with .Values.customListeners }}{{- toYaml . | nindent 2 }}{{- end }}

charts/gateway/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ domainPrefixs:
1414
- drycc-prometheus
1515
- drycc-monitor-grafana
1616

17+
# custom listeners
18+
customListeners: []
19+
1720
global:
1821
# Admin email, used for each component to send email to administrator
1922
email: "drycc@drycc.cc"

0 commit comments

Comments
 (0)