Initial DO workflow test

This commit is contained in:
Dustin Pianalto
2021-01-12 23:16:29 -09:00
parent 4a9cb0afaa
commit 2469a4f7ba
2 changed files with 47 additions and 34 deletions
+25
View File
@@ -0,0 +1,25 @@
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: 30
template:
metadata:
labels:
app: goff
spec:
containers:
- name: goff
image: <IMAGE>