Skip to content

Commit

Permalink
Merge pull request #19 from Financial-Times/helm-2.6-fix
Browse files Browse the repository at this point in the history
Adding fix for Helm 2.6.0
  • Loading branch information
sbuliarca committed Oct 3, 2017
2 parents 1c5be86 + 1a680a0 commit dfa8d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/public-concordances-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: APP_PORT
value: {{ .Values.env.app.port }}
value: "{{ .Values.env.app.port }}"
- name: GRAPHITE_ADDRESS
valueFrom:
configMapKeyRef:
Expand All @@ -47,7 +47,7 @@ spec:
- containerPort: {{ .Values.env.app.port }}
livenessProbe:
tcpSocket:
port: {{ .Values.env.app.port }}
port: {{ .Values.env.app.port }}
initialDelaySeconds: 10
readinessProbe:
httpGet:
Expand Down

0 comments on commit dfa8d69

Please sign in to comment.