aboutsummaryrefslogtreecommitdiffstats
path: root/deployment.yaml
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-21 01:06:18 +0100
committerGravatar GitHub <[email protected]>2020-11-21 01:06:18 +0100
commitbce8a0d2fceae622d24329d90a29e1e212f0a633 (patch)
treefd1dfe3bef8af3de11a0bb129b9f7e8755ec8f99 /deployment.yaml
parentMerge branch 'master' into redis-persist (diff)
parentRemove dead ShowProjects cog. (diff)
Merge pull request #528 from python-discord/lemon/refactor/seasonalbot_name_change
Rebrand bot to Sir Lancebot.
Diffstat (limited to 'deployment.yaml')
-rw-r--r--deployment.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/deployment.yaml b/deployment.yaml
index b04b528c..cad97c18 100644
--- a/deployment.yaml
+++ b/deployment.yaml
@@ -1,21 +1,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
- name: seasonalbot
+ name: sir-lancebot
spec:
replicas: 1
selector:
matchLabels:
- app: seasonalbot
+ app: sir-lancebot
template:
metadata:
labels:
- app: seasonalbot
+ app: sir-lancebot
spec:
containers:
- - name: seasonalbot
- image: ghcr.io/python-discord/seasonalbot:latest
+ - name: sir-lancebot
+ image: ghcr.io/python-discord/sir-lancebot:latest
imagePullPolicy: Always
envFrom:
- secretRef:
- name: seasonalbot-env
+ name: sir-lancebot-env