mirror of
https://github.com/jcwimer/startup-infrastructure
synced 2026-05-20 19:57:43 +00:00
Switched to kubernetes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: standard
|
||||
provisioner: {{ domain }}/nfs # or choose another name, must match deployment's env PROVISIONER_NAME'
|
||||
parameters:
|
||||
archiveOnDelete: "false"
|
||||
Reference in New Issue
Block a user