diff options
| author | 2020-12-02 18:49:47 +0200 | |
|---|---|---|
| committer | 2020-12-02 18:49:47 +0200 | |
| commit | eb3205d6e9c868f8995fd1b8a6fc255e4acd16bb (patch) | |
| tree | 87e58534a8d571c5112687eb40d925c84fc4e192 /deployment.yaml | |
| parent | Remove unnecessary f-string (diff) | |
| parent | Merge pull request #1305 from HassanAbouelela/seperate-voice-chat-channels (diff) | |
Merge branch 'master' into bug-fixes
Diffstat (limited to 'deployment.yaml')
| -rw-r--r-- | deployment.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/deployment.yaml b/deployment.yaml deleted file mode 100644 index ca5ff5941..000000000 --- a/deployment.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: bot -spec: - replicas: 1 - selector: - matchLabels: - app: bot - template: - metadata: - labels: - app: bot - spec: - containers: - - name: bot - image: ghcr.io/python-discord/bot:latest - imagePullPolicy: Always - envFrom: - - secretRef: - name: bot-env |