1
0
mirror of synced 2025-02-20 09:18:27 +01:00
nocode/no.yaml
2018-02-07 12:09:19 +00:00

37 lines
796 B
YAML

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