aboutsummaryrefslogtreecommitdiffstats
path: root/deployment.yaml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2020-11-22 12:58:11 +0300
committerGravatar Hassan Abouelela <[email protected]>2020-11-22 12:58:11 +0300
commit5020fd10fb0ef9a8845e68da3ee7d60c488b842b (patch)
treed5c51fdcdf89b4980cdacd758aafd9fa1a4ce6fd /deployment.yaml
parentRefactor Silence Class Imports (diff)
parentMerge pull request #1204 from python-discord/superstar-fix (diff)
Merge branch 'master' into voicechannel-mute
Diffstat (limited to 'deployment.yaml')
-rw-r--r--deployment.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/deployment.yaml b/deployment.yaml
new file mode 100644
index 000000000..ca5ff5941
--- /dev/null
+++ b/deployment.yaml
@@ -0,0 +1,21 @@
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: bot
+spec:
+ replicas: 1
+ selector:
+ matchLabels:
+ app: bot
+ template:
+ metadata:
+ labels:
+ app: bot
+ spec:
+ containers:
+ - name: bot
+ image: ghcr.io/python-discord/bot:latest
+ imagePullPolicy: Always
+ envFrom:
+ - secretRef:
+ name: bot-env