Skip to content

Commit

Permalink
Fix deployment yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
jq1836 committed Nov 5, 2024
1 parent 0379b4d commit 43dba5f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kubernetes/deployments/api-gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ spec:
limits:
memory: "500Mi"
cpu: "400m"
imagePullPolicy: Always
restartPolicy: Always
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion kubernetes/deployments/collab-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
limits:
memory: "1Gi"
cpu: "1000m"
imagePullPolicy: Always
restartPolicy: Always
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion kubernetes/deployments/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ spec:
limits:
memory: "500Mi"
cpu: "400m"
imagePullPolicy: Always
restartPolicy: Always
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion kubernetes/deployments/matching-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ spec:
limits:
memory: "1Gi"
cpu: "1000m"
imagePullPolicy: Always
restartPolicy: Always
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion kubernetes/deployments/question-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ spec:
limits:
memory: "500Mi"
cpu: "400m"
imagePullPolicy: Always
restartPolicy: Always
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion kubernetes/deployments/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ spec:
limits:
memory: "1Gi"
cpu: "1000m"
imagePullPolicy: Always
restartPolicy: Always
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion kubernetes/deployments/user-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ spec:
limits:
memory: "500Mi"
cpu: "400m"
imagePullPolicy: Always
restartPolicy: Always
imagePullPolicy: Always

0 comments on commit 43dba5f

Please sign in to comment.