Skip to content

Commit

Permalink
Demo argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed May 10, 2023
1 parent b5dbb2f commit ed7ede2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kubernetes/demo-argocd/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-from-argocd
spec:
selector:
matchLabels:
app: hello-from-argocd
template:
metadata:
labels:
app: hello-from-argocd
spec:
containers:
- name: hello-from-argocd
image: nginx

0 comments on commit ed7ede2

Please sign in to comment.