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
|
apiVersion: v1
|
||||||
kind: Deployment
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: garm
|
name: garm
|
||||||
|
labels:
|
||||||
|
run: garm
|
||||||
|
mexDeployGen: kubernetes-basic
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
containers:
|
||||||
selector:
|
- name: garm
|
||||||
matchLabels:
|
image: ###IMAGETAG###
|
||||||
run: garm
|
imagePullPolicy: Always
|
||||||
template:
|
ports:
|
||||||
metadata:
|
- containerPort: 80
|
||||||
labels:
|
protocol: TCP
|
||||||
run: garm
|
|
||||||
mexDeployGen: kubernetes-basic
|
|
||||||
spec:
|
|
||||||
volumes:
|
|
||||||
containers:
|
|
||||||
- name: garm
|
|
||||||
image: ###IMAGETAG###
|
|
||||||
imagePullPolicy: Always
|
|
||||||
ports:
|
|
||||||
- containerPort: 80
|
|
||||||
protocol: TCP
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue