aboutsummaryrefslogtreecommitdiffstats
path: root/deployment.yaml
blob: ca5ff5941e14ffde02b289df1f9d7b4fc3c247c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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