aboutsummaryrefslogtreecommitdiffstats
path: root/deployment.yaml
diff options
context:
space:
mode:
authorGravatar Steele <[email protected]>2020-11-25 16:45:32 -0500
committerGravatar Steele <[email protected]>2020-11-25 16:45:32 -0500
commit3b28570818b923cb099476ad1305923dca986aea (patch)
tree8d254074240bc089c6acc206859a6766d8af5851 /deployment.yaml
parentMoved the removal of the cooldown role from `close_command` to `move_to_dormant` (diff)
parentAdd Mark as a code owner of CI and Docker files (diff)
Merge branch 'master' of https://github.com/python-discord/bot into Stelercus/close_command
Diffstat (limited to 'deployment.yaml')
-rw-r--r--deployment.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/deployment.yaml b/deployment.yaml
deleted file mode 100644
index ca5ff5941..000000000
--- a/deployment.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-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