Commit 78100903 authored by Fernando Vazquez's avatar Fernando Vazquez

Fixed helm chart ports

parent 49d03caf
...@@ -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: 8080 containerPort: 8085
protocol: TCP protocol: TCP
# livenessProbe: # livenessProbe:
# httpGet: # httpGet:
......
...@@ -30,8 +30,7 @@ securityContext: ...@@ -30,8 +30,7 @@ securityContext:
service: service:
type: LoadBalancer type: LoadBalancer
port: 80 port: 8085
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