aboutsummaryrefslogtreecommitdiffstats
path: root/deployment.yaml
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-21 01:20:13 +0100
committerGravatar Leon Sandøy <[email protected]>2020-11-21 01:20:13 +0100
commit8a57e92f3200ceb598e8c8c5faf39dcf24dd3e89 (patch)
tree209c0a329bd5ca7811471e7fce7b7551d2f809ae /deployment.yaml
parentHeader image for Sir Lancebot (diff)
parentMerge pull request #528 from python-discord/lemon/refactor/seasonalbot_name_c... (diff)
Merge branch 'master' of github.com:python-discord/seasonalbot
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