aboutsummaryrefslogtreecommitdiffstats
path: root/deployment.yaml
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-23 23:55:43 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-23 23:55:43 +0100
commit7b67df5d427a43b57df9a7f6e5ca13530958dfb4 (patch)
tree1b86bd514d048f6efb4170674a45cad68daff375 /deployment.yaml
parentNarrow down repository events that trigger a build (diff)
Open deployment.yaml from kubernetes repository
We will now use the deployment information located in the private python-discord/kubernetes repository. The workflow will use a GitHub Personal Access Token to access this private repository. Signed-off-by: Sebastiaan Zeeff <[email protected]>
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