Skip to content

Commit

Permalink
debugging app pod
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski committed Jan 8, 2025
1 parent 91ad2fe commit 350f78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
--set app.image.repository=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} \
--set app.image.tag=${{ needs.build_and_push.outputs.image_tag }} \
--set postgresql.image.repository=postgres \
--set postgresql.image.tag=13
--set postgresql.image.tag=12
- name: Trigger OpenShift Rollout
run: |
Expand Down
1 change: 1 addition & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
spec:
containers:
- name: app
command: [ "sleep", "3600" ]
image: "{{ .Values.app.repository }}:{{ .Values.app.tag }}"
ports:
- containerPort: {{ .Values.env.APP_PORT }}
Expand Down

0 comments on commit 350f78d

Please sign in to comment.