File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ spec:
42
42
imagePullPolicy : {{ .Values.image.pullPolicy }}
43
43
ports :
44
44
- name : https
45
- containerPort : {{ .Values.service .port }}
45
+ containerPort : {{ .Values.settings .port }}
46
46
protocol : TCP
47
47
env :
48
48
- name : HTTP_PORT
49
- value : " {{ .Values.service .port }}"
49
+ value : " {{ .Values.settings .port }}"
50
50
- name : ENV
51
51
value : " {{ .Values.settings.env }}"
52
52
- name : LOG_LEVEL
@@ -169,11 +169,11 @@ spec:
169
169
imagePullPolicy : {{ .Values.image.pullPolicy }}
170
170
ports :
171
171
- name : https
172
- containerPort : {{ .Values.service .port }}
172
+ containerPort : {{ .Values.settings .port }}
173
173
protocol : TCP
174
174
env :
175
175
- name : HTTP_PORT
176
- value : " {{ .Values.service .port }}"
176
+ value : " {{ .Values.settings .port }}"
177
177
- name : ENV
178
178
value : " {{ .Values.settings.env }}"
179
179
- name : HTTP_TIMEOUT
@@ -274,11 +274,11 @@ spec:
274
274
imagePullPolicy : {{ .Values.image.pullPolicy }}
275
275
ports :
276
276
- name : https
277
- containerPort : {{ .Values.service .port }}
277
+ containerPort : {{ .Values.settings .port }}
278
278
protocol : TCP
279
279
env :
280
280
- name : HTTP_PORT
281
- value : " {{ .Values.service .port }}"
281
+ value : " {{ .Values.settings .port }}"
282
282
- name : ENV
283
283
value : " {{ .Values.settings.env }}"
284
284
- name : HTTP_TIMEOUT
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ replicaCount: 3
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-autoscaler
4
4
pullPolicy : Always
5
- tag : " v0.1.25 "
5
+ tag : " v0.1.26 "
6
6
settings :
7
+ port : 8080
7
8
env : " prod"
8
9
logLevel : " DEBUG"
9
10
psUrl : " https://api.app.perfectscale.io"
You can’t perform that action at this time.
0 commit comments