Initial commit

Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
Kent
2023-04-12 11:26:11 -04:00
commit aa21f540fb
6 changed files with 49 additions and 0 deletions

17
base/deploy.yaml Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: kargo-demo
spec:
replicas: 1
selector:
matchLabels:
app: kargo-demo
template:
metadata:
labels:
app: kargo-demo
spec:
containers:
- name: nginx
image: nginx:placeholder