Skip to content

Commit

Permalink
adding coder namespace to psql resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 17, 2024
1 parent f59b583 commit 468e39a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/registry/helm/coder/postgres/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: coder-db-configmap
namespace: coder
labels:
app: coder-db
data:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/registry/helm/coder/postgres/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: coder-db-deployment
namespace: coder
spec:
replicas: 1
selector:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/registry/helm/coder/postgres/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: PersistentVolume
metadata:
name: coder-db-pv
namespace: coder
labels:
type: local
app: coder
Expand Down
1 change: 1 addition & 0 deletions kubernetes/registry/helm/coder/postgres/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: coder-db-pvc
namespace: coder
labels:
app: coder
spec:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/registry/helm/coder/postgres/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: coder-db-svc
namespace: coder
labels:
app: coder
spec:
Expand Down

0 comments on commit 468e39a

Please sign in to comment.