diff options
| author | 2021-02-19 12:32:07 +0200 | |
|---|---|---|
| committer | 2021-02-19 12:32:07 +0200 | |
| commit | 504801d5221f444d110744e8109dc774ef654664 (patch) | |
| tree | 70238a3118ba5852acab4bfdeba581cda8234189 /deployment.yaml | |
| parent | Merge branch 'master' into error-handler-test (diff) | |
| parent | Delete free.md (diff) | |
Merge branch 'master' into error-handler-test
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  |