Update workloads/ecommerce/frontend.yaml
This commit is contained in:
@@ -3,11 +3,20 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: frontend-deploy
|
name: frontend-deploy
|
||||||
spec:
|
spec:
|
||||||
|
replicas: 1
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: frontend
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: frontend
|
||||||
|
spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: gitea-registry-secret
|
- name: gitea-registry-secret
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: gitea.cruzcloud.net/devops/ecommerce-frontend:238292b452b53326fa8f6d97123493c64aedb43e
|
image: gitea.cruzcloud.net/devops/ecommerce-frontend:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user