mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Restructure deployments
This commit is contained in:
5
infrastructure/core/kustomization.yaml
Normal file
5
infrastructure/core/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
# /infrastructure/core/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- storage-class.yaml
|
||||
8
infrastructure/core/storage-class.yaml
Normal file
8
infrastructure/core/storage-class.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
# /infrastructure/core/storage-class.yaml
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: retain-local-path
|
||||
provisioner: rancher.io/local-path
|
||||
reclaimPolicy: Retain
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
Reference in New Issue
Block a user