Skip to content

Commit

Permalink
issue with url and add Pull Policy Always to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tom9eiger committed Jul 3, 2024
1 parent de203f7 commit f0a002f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: flask-api
namespace: demo-cni-app
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
app: flask-api
Expand All @@ -16,5 +16,6 @@ spec:
containers:
- name: flask-api
image: ghcr.io/tom9eiger/backend-demo:latest
imagePullPolicy: Always
ports:
- containerPort: 80
1 change: 1 addition & 0 deletions deployment/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ spec:
containers:
- name: frontend
image: ghcr.io/tom9eiger/frontend-demo:latest
imagePullPolicy: Always
ports:
- containerPort: 80

0 comments on commit f0a002f

Please sign in to comment.