File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : ' 0.23.0 '
21+ version : 0.23.1
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ metadata:
88spec :
99 podSelector :
1010 matchLabels :
11- {{- include "hub-gateway.selectorLabels" . | nindent 8 }}
11+ app.kubernetes.io/name : apisix
12+ ingress :
13+ - to : {}
1214 egress :
1315 - to :
1416 - podSelector :
@@ -120,4 +122,5 @@ spec:
120122{{- end }}
121123 policyTypes :
122124 - Egress
125+ - Ingress
123126{{- end }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ maintenanceMode:
1212internalService :
1313 enabled : true
1414
15- maintenanceMode :
15+ networkPolicies :
1616 enabled : false
1717
1818routes :
@@ -262,9 +262,6 @@ apisixPlugins:
262262 files :
263263 - plugins/org-lookup.lua
264264
265- networkPolicies :
266- enabled : false
267-
268265apisix :
269266 enabled : true
270267 fullnameOverride : apisix
You can’t perform that action at this time.
0 commit comments