Commit fba91163 authored by Josh Steinberg's avatar Josh Steinberg

update container port

parent 36a296f4
...@@ -35,7 +35,7 @@ spec: ...@@ -35,7 +35,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
ports: ports:
- name: http - name: http
containerPort: 80 containerPort: 8080
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
......
...@@ -41,6 +41,7 @@ securityContext: ...@@ -41,6 +41,7 @@ securityContext:
service: service:
type: LoadBalancer type: LoadBalancer
port: 80 port: 80
targetPort: 8080
ingress: ingress:
enabled: false 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