Skip to content

Commit

Permalink
Pod start
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Sep 27, 2024
1 parent c6e3adb commit ecd8958
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: backend
description: A Helm chart for testing purposes
type: application
version: "1.0.3"
version: "1.0.4"
appVersion: "1.0"
4 changes: 3 additions & 1 deletion charts/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ spec:
configMapKeyRef:
name: common-config
key: COMMON_VERSION
restartPolicy: Always
command: ["/bin/sh"]
args: ["-c", "sleep 3600"] # Keeps the pod running for inspection
restartPolicy: Always
2 changes: 1 addition & 1 deletion charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: frontend
description: A Helm chart for testing purposes
type: application
version: "1.0.3"
version: "1.0.4"
appVersion: "1.0"
2 changes: 2 additions & 0 deletions charts/frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ spec:
configMapKeyRef:
name: common-config
key: COMMON_VERSION
command: ["/bin/sh"]
args: ["-c", "sleep 3600"] # Keeps the pod running for inspection
restartPolicy: Always

0 comments on commit ecd8958

Please sign in to comment.