Skip to content

Commit

Permalink
Update apps-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzam authored Aug 29, 2024
1 parent 78f00a4 commit 3b54853
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion deployment/apps-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@

apiVersion: apps/v1
kind: Deployment
metadata:
name: webapiargocd
spec:
replicas: 1
selector:
matchLabels:
app: webapiargocd
template:
metadata:
labels:
app: webapiargocd
spec:
containers:
- name: webapiargocd
image: cloudconnecthub/webapiargocd:latest
ports:
- containerPort: 80

0 comments on commit 3b54853

Please sign in to comment.