File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed
deploy/helm/door-data-plane Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : v2.4.19
18
+ version : v2.4.20
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v2.4.19 "
24
+ appVersion : " v2.4.20 "
25
25
26
26
dependencies :
27
27
- name : metrics-server
Original file line number Diff line number Diff line change @@ -881,11 +881,11 @@ spec:
881
881
fieldPath : metadata.name
882
882
ports :
883
883
- containerPort : 8080
884
- hostPort : 80
884
+ hostPort : {{ .Values.doorApiGateway.external.unsecureHostPort | default 8080 }}
885
885
name : http
886
886
protocol : TCP
887
887
- containerPort : 8443
888
- hostPort : 443
888
+ hostPort : {{ .Values.doorApiGateway.external.secureHostPort | default 8443 }}
889
889
name : https
890
890
protocol : TCP
891
891
livenessProbe :
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ doorApiGateway:
138
138
type : loadBalancer
139
139
nodeSelector : node-role.kubernetes.io/ingress-door
140
140
tolerationsKey : ingress-door
141
+ unsecureHostPort : 8080
142
+ secureHostPort : 8443
141
143
# annotations:
142
144
# service.beta.kubernetes.io/load-balancer-type: "Internal"
143
145
# service.beta.kubernetes.io/external-traffic-policy: "Local"
Original file line number Diff line number Diff line change @@ -102,6 +102,22 @@ entries:
102
102
- https://beopencloud.github.io/cno/cno-1.0.0.tgz
103
103
version : 1.0.0
104
104
door-agent :
105
+ - apiVersion : v2
106
+ appVersion : v2.4.20
107
+ created : " 2025-04-22T11:07:25.331514Z"
108
+ dependencies :
109
+ - alias : metrics-server
110
+ condition : doorAgent.metricServer
111
+ name : metrics-server
112
+ repository : https://kubernetes-sigs.github.io/metrics-server
113
+ version : 3.8.2
114
+ description : Chart for DOOR agent
115
+ digest : 39de3190f07b68f9ea960b266ea5e176fac2ca24cb8ea38cedc67f465c884d74
116
+ name : door-agent
117
+ type : application
118
+ urls :
119
+ - https://beopencloud.github.io/cno/door-agent-v2.4.20.tgz
120
+ version : v2.4.20
105
121
- apiVersion : v2
106
122
appVersion : v2.4.19
107
123
created : " 2025-04-17T17:29:14.757232Z"
You can’t perform that action at this time.
0 commit comments