Skip to content

Commit 9eea512

Browse files
emptied rules array default
1 parent ad850fa commit 9eea512

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

charts/py-app/values.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,19 @@ httproute:
125125
httpsListenerName: example-com-https
126126
httpListenerName: example-com-http
127127

128-
rules:
129-
- backendRefs:
130-
- name: ""
131-
port: ""
132-
matches: []
133-
# - path:
134-
# type: PathPrefix
135-
# value: /api/someplace
136-
# headers: []
137-
# queryParams: []
138-
filters: []
139-
# - type: ReplacePrefixMatch
140-
# replacePrefixMatch: /api/someotherplace
128+
rules: []
129+
# - backendRefs:
130+
# - name: ""
131+
# port: ""
132+
# matches: []
133+
# # - path:
134+
# # type: PathPrefix
135+
# # value: /api/someplace
136+
# # headers: []
137+
# # queryParams: []
138+
# filters: []
139+
# # - type: ReplacePrefixMatch
140+
# # replacePrefixMatch: /api/someotherplace
141141

142142
resources: {}
143143
# We usually recommend not to specify default resources and to leave this as a conscious

0 commit comments

Comments
 (0)