Commit fba91163 authored by Josh Steinberg's avatar Josh Steinberg

update container port

parent 36a296f4
......@@ -35,7 +35,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
......
......@@ -41,6 +41,7 @@ securityContext:
service:
type: LoadBalancer
port: 80
targetPort: 8080
ingress:
enabled: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment