17
base/deploy.yaml
Normal file
17
base/deploy.yaml
Normal 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
|
||||
Reference in New Issue
Block a user