Goff/deployment.yml
Dustin Pianalto d8d90a8414
Some checks are pending
CI / build (push) Waiting to run
Initial DO workflow test
2021-01-12 23:29:51 -09:00

26 lines
398 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: goff
namespace: default
labels:
app: goff
spec:
replicas: 1
selector:
matchLabels:
app: goff
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
minReadySeconds: 120
template:
metadata:
labels:
app: goff
spec:
containers:
- name: goff
image: <IMAGE>