Skip to content

Commit 0974d3e

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v0.1.28
1 parent 35bc79c commit 0974d3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/psc-autoscaler/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
{{- else if contains "ClusterIP" .Values.service.type }}
1212
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "psc-autoscaler.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
1313
export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
14-
echo "Visit http://127.0.0.1:8080 to use your application"
15-
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT
14+
echo "Visit http://127.0.0.1:8443 to use your application"
15+
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8443:$CONTAINER_PORT
1616
{{- end }}

charts/psc-autoscaler/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ replicaCount: 3
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
44
pullPolicy: Always
5-
tag: "v0.1.27"
5+
tag: "v0.1.28"
66
settings:
7-
port: 8080
7+
port: 8443
88
env: "prod"
99
logLevel: "DEBUG"
1010
psUrl: "https://api.app.perfectscale.io"
@@ -81,7 +81,7 @@ securityContext: {}
8181

8282
service:
8383
type: ClusterIP
84-
port: 443
84+
port: 8443
8585
# Pod toleration rules.
8686
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
8787
tolerations: {}

0 commit comments

Comments
 (0)