This commit is contained in:
parent
a748cc08b4
commit
12657eb4c4
1 changed files with 12 additions and 20 deletions
|
|
@ -1,23 +1,15 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: garm
|
||||
labels:
|
||||
run: garm
|
||||
mexDeployGen: kubernetes-basic
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
run: garm
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
run: garm
|
||||
mexDeployGen: kubernetes-basic
|
||||
spec:
|
||||
volumes:
|
||||
containers:
|
||||
- name: garm
|
||||
image: ###IMAGETAG###
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 80
|
||||
protocol: TCP
|
||||
containers:
|
||||
- name: garm
|
||||
image: ###IMAGETAG###
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 80
|
||||
protocol: TCP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue