Odstranit z2/deployment.yaml
This commit is contained in:
parent
fca3cab82c
commit
fea77a6667
@ -1,24 +0,0 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: bot-deployment
|
||||
namespace: botspace
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: bot
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: bot
|
||||
spec:
|
||||
containers:
|
||||
- name: hate-speech-bot
|
||||
image: tetianamohorian/hate-speech-bot:latest
|
||||
env:
|
||||
- name: TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: bot-secret
|
||||
key: TOKEN
|
Loading…
Reference in New Issue
Block a user