Skip to content

Commit

Permalink
Switching to Nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Sep 27, 2024
1 parent c88c4cd commit 3203427
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 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.4"
version: "1.0.5"
appVersion: "1.0"
2 changes: 0 additions & 2 deletions charts/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ spec:
configMapKeyRef:
name: common-config
key: COMMON_VERSION
command: ["/bin/sh"]
args: ["-c", "sleep 3600"] # Keeps the pod running for inspection
restartPolicy: Always
2 changes: 1 addition & 1 deletion charts/backend/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: alpine
repository: nginx
tag: latest
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.4"
version: "1.0.5"
appVersion: "1.0"
2 changes: 0 additions & 2 deletions charts/frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ spec:
configMapKeyRef:
name: common-config
key: COMMON_VERSION
command: ["/bin/sh"]
args: ["-c", "sleep 3600"] # Keeps the pod running for inspection
restartPolicy: Always
2 changes: 1 addition & 1 deletion charts/frontend/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: alpine
repository: nginx
tag: latest

0 comments on commit 3203427

Please sign in to comment.