diff options
| author | 2021-03-02 18:54:34 +0100 | |
|---|---|---|
| committer | 2021-03-02 18:54:34 +0100 | |
| commit | 4fcdfb086be0e8729630f49b908d03b80be66d27 (patch) | |
| tree | ae0462f150073a1f34fb21990f478ad9fe6fe2b5 /deployment.yaml | |
| parent | set `self.cleaning` to False once done cleaning (diff) | |
| parent | Merge pull request #1440 from bast0006/master (diff) | |
Merge remote-tracking branch 'origin/master' into cleanrework
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 |