aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/apis/quackstack/deployment.yaml
blob: a3eb2f7f0437e42bfe85563cc693e53e1b856cca (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: quackstack
  namespace: apis
spec:
  replicas: 1
  selector:
    matchLabels:
      app: quackstack
  template:
    metadata:
      labels:
        app: quackstack
    spec:
      containers:
        - name: quackstack
          image: ghcr.io/python-discord/quackstack:main
          imagePullPolicy: Always
          ports:
            - containerPort: 80