Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Farcic committed Dec 18, 2018
1 parent 53a36e9 commit c600c8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/go-demo-6/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: {{ .Values.service.internalPort }}
env:
- name: DB
value: {{ .Release.Name }}-db
livenessProbe:
httpGet:
path: {{ .Values.probePath }}
Expand Down

0 comments on commit c600c8b

Please sign in to comment.