1
0
mirror of synced 2025-02-21 17:58:25 +01:00
nocode/no.yaml

37 lines
796 B
YAML
Raw Normal View History

2018-02-07 11:54:49 +00:00
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
labels:
run: scratch
name: scratch
spec:
2018-02-07 12:09:19 +00:00
replicas: 0
2018-02-07 11:54:49 +00:00
selector:
matchLabels:
run: scratch
strategy:
rollingUpdate:
2018-02-07 12:09:19 +00:00
maxSurge: 0
maxUnavailable: 65535
2018-02-07 11:54:49 +00:00
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
run: scratch
spec:
2018-02-07 12:09:19 +00:00
containers:
- image: scratch
imagePullPolicy: Always
name: scratch
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: Default
2018-02-07 11:54:49 +00:00
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30