Skip to content

Commit e8bd31b

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v0.1.26
1 parent 4bef654 commit e8bd31b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

charts/psc-autoscaler/templates/deployment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ spec:
4242
imagePullPolicy: {{ .Values.image.pullPolicy }}
4343
ports:
4444
- name: https
45-
containerPort: {{ .Values.service.port }}
45+
containerPort: {{ .Values.settings.port }}
4646
protocol: TCP
4747
env:
4848
- name: HTTP_PORT
49-
value: "{{ .Values.service.port }}"
49+
value: "{{ .Values.settings.port }}"
5050
- name: ENV
5151
value: "{{ .Values.settings.env }}"
5252
- name: LOG_LEVEL
@@ -169,11 +169,11 @@ spec:
169169
imagePullPolicy: {{ .Values.image.pullPolicy }}
170170
ports:
171171
- name: https
172-
containerPort: {{ .Values.service.port }}
172+
containerPort: {{ .Values.settings.port }}
173173
protocol: TCP
174174
env:
175175
- name: HTTP_PORT
176-
value: "{{ .Values.service.port }}"
176+
value: "{{ .Values.settings.port }}"
177177
- name: ENV
178178
value: "{{ .Values.settings.env }}"
179179
- name: HTTP_TIMEOUT
@@ -274,11 +274,11 @@ spec:
274274
imagePullPolicy: {{ .Values.image.pullPolicy }}
275275
ports:
276276
- name: https
277-
containerPort: {{ .Values.service.port }}
277+
containerPort: {{ .Values.settings.port }}
278278
protocol: TCP
279279
env:
280280
- name: HTTP_PORT
281-
value: "{{ .Values.service.port }}"
281+
value: "{{ .Values.settings.port }}"
282282
- name: ENV
283283
value: "{{ .Values.settings.env }}"
284284
- name: HTTP_TIMEOUT

charts/psc-autoscaler/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ replicaCount: 3
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
44
pullPolicy: Always
5-
tag: "v0.1.25"
5+
tag: "v0.1.26"
66
settings:
7+
port: 8080
78
env: "prod"
89
logLevel: "DEBUG"
910
psUrl: "https://api.app.perfectscale.io"

0 commit comments

Comments
 (0)