Skip to content

Commit

Permalink
fix: add container port to deployment spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dabasvibhor committed Feb 4, 2025
1 parent 9373f00 commit d178a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ spec:
- name: {{ include "config-db.name" . }}
image: "{{ tpl .Values.global.imageRegistry . }}/{{ tpl .Values.image.name . }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 8080
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit d178a05

Please sign in to comment.