temp remove apps for PV fixes

This commit is contained in:
2024-07-26 01:41:13 +10:00
parent 36e9c2af90
commit 21c57dc6fe
29 changed files with 0 additions and 99 deletions

View File

@@ -1,22 +0,0 @@
coder:
env:
- name: CODER_ACCESS_URL
value: "https://coder.cluster.edward.sydney"
- name: CODER_PG_CONNECTION_URL
valueFrom:
secretKeyRef:
# You'll need to create a secret called coder-db-url with your
# Postgres connection URL like:
# postgres://coder:password@postgres:5432/coder?sslmode=disable
name: coder-secrets
key: db_url
volumes:
- name: coder-data
persistentVolumeClaim:
claimName: coder-pvc
volumeMounts:
- name: coder-data
mountPath: /config
service:
type: NodePort
httpNodePort: 31180