Skip to content

Commit

Permalink
feat: add books ns
Browse files Browse the repository at this point in the history
  • Loading branch information
jnobrega committed May 11, 2024
1 parent 50fbe99 commit 3a1b36d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/apps/books/_pvs/books-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: books-nfs-share-pvc
namespace: media
namespace: books
spec:
accessModes:
- ReadWriteMany
Expand Down
6 changes: 6 additions & 0 deletions k8s/apps/books/_pvs/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./books-nfs.yaml

6 changes: 6 additions & 0 deletions k8s/apps/books/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./namespace.yaml

4 changes: 4 additions & 0 deletions k8s/apps/books/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: books

0 comments on commit 3a1b36d

Please sign in to comment.