File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
{{- else if contains "ClusterIP" .Values.service.type }}
12
12
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}")
13
13
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
16
16
{{- end }}
Original file line number Diff line number Diff line change @@ -2,9 +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.27 "
5
+ tag : " v0.1.28 "
6
6
settings :
7
- port : 8080
7
+ port : 8443
8
8
env : " prod"
9
9
logLevel : " DEBUG"
10
10
psUrl : " https://api.app.perfectscale.io"
@@ -81,7 +81,7 @@ securityContext: {}
81
81
82
82
service :
83
83
type : ClusterIP
84
- port : 443
84
+ port : 8443
85
85
# Pod toleration rules.
86
86
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
87
87
tolerations : {}
You can’t perform that action at this time.
0 commit comments