Skip to content
Snippets Groups Projects
Verified Commit fc460571 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add namespace to individual files

parent de2a87ac
No related branches found
No related tags found
No related merge requests found
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: stackspin-apps
resources:
- pvc.yaml
- release.yaml
......
......@@ -3,6 +3,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: wordpress-files
namespace: stackspin-apps
spec:
accessModes:
- ReadWriteOnce
......@@ -16,6 +17,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: wordpress-mariadb
namespace: stackspin-apps
spec:
accessModes:
- ReadWriteOnce
......@@ -23,4 +25,4 @@ spec:
resources:
requests:
storage: 512Mi
storageClassName: local-path
\ No newline at end of file
storageClassName: local-path
......@@ -3,6 +3,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: stackspin-wordpress-values
namespace: stackspin-apps
data:
values.yaml: |
wordpress:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment