aboutsummaryrefslogtreecommitdiffstats
path: root/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment.yaml')
-rw-r--r--deployment.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/deployment.yaml b/deployment.yaml
deleted file mode 100644
index b74e42d4..00000000
--- a/deployment.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: site
-spec:
- replicas: 1
- selector:
- matchLabels:
- app: site
- template:
- metadata:
- labels:
- app: site
- spec:
- containers:
- - name: site
- image: ghcr.io/python-discord/site:latest
- imagePullPolicy: Always
- ports:
- - containerPort: 8000
- envFrom:
- - secretRef:
- name: site-env