Skip to content

Commit

Permalink
feat: Deploy tf-state-storage database
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz committed May 23, 2024
1 parent cc80c7e commit 4d677e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: terraform
resources:
- ./secret.yaml
- ./secret.yaml
- ./database.yaml
- ./service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: tf-state-storage-nodeport
namespace: terraform
spec:
type: NodePort
selector:
cnpg.io/cluster: tf-state-storage
role: primary
ports:
- port: 5432
nodePort: 30635

0 comments on commit 4d677e4

Please sign in to comment.