diff --git a/z2/deployment.yaml b/z2/deployment.yaml deleted file mode 100644 index 4bdeea8..0000000 --- a/z2/deployment.yaml +++ /dev/null @@ -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