aboutsummaryrefslogtreecommitdiffstats
path: root/deployment.yaml
diff options
context:
space:
mode:
authorGravatar Harbys <[email protected]>2020-11-25 17:05:42 +0100
committerGravatar GitHub <[email protected]>2020-11-25 17:05:42 +0100
commitc673d77f53286b9704cd1b9758a570af4d549e12 (patch)
tree9c3fcdb69d5b92ce7b206f250d3becc644b835de /deployment.yaml
parentfixing code to be flake8 compliant (diff)
parentAdd Mark as a code owner of CI and Docker files (diff)
Merge branch 'master' into master
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