Odstranit z2/deployment.yaml

This commit is contained in:
Tetiana Mohorian 2025-05-20 10:59:46 +00:00
parent fca3cab82c
commit fea77a6667

View File

@ -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