aboutsummaryrefslogtreecommitdiffstats
path: root/deployment.yaml
blob: 2c2a8c706a500675fa7d563124c7fa44cfada17e (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: metricity
spec:
  replicas: 1
  selector:
    matchLabels:
      app: metricity
  template:
    metadata:
      labels:
        app: metricity
    spec:
      containers:
        - name: metricity
          image: ghcr.io/python-discord/metricity:latest
          imagePullPolicy: "Always"
          envFrom:
            - secretRef:
                name: metricity-env