Initial DO workflow test
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: prepbot
|
||||
namespace: default
|
||||
labels:
|
||||
app: prepbot
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: prepbot
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
maxSurge: 1
|
||||
maxUnavailable: 1
|
||||
minReadySeconds: 120
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: prepbot
|
||||
spec:
|
||||
containers:
|
||||
- name: prepbot
|
||||
image: <IMAGE>
|
||||
env:
|
||||
- name: DISCORD_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: prepbot
|
||||
key: discord_token
|
||||
Reference in New Issue
Block a user