mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
Add storage class for ocean pool
This commit is contained in:
@@ -29,6 +29,7 @@ spec:
|
||||
env:
|
||||
- name: AUTHENTIK_STORAGE__MEDIA__BACKEND
|
||||
value: s3
|
||||
# TODO: configure s3
|
||||
|
||||
- name: AUTHENTIK_POSTGRESQL__SSLMODE
|
||||
value: verify-full
|
||||
|
||||
@@ -52,3 +52,13 @@ parameters:
|
||||
fstype: zfs
|
||||
poolname: tank
|
||||
provisioner: zfs.csi.openebs.io
|
||||
---
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: openebs-zfs-ocean
|
||||
parameters:
|
||||
compression: zstd
|
||||
fstype: zfs
|
||||
poolname: ocean
|
||||
provisioner: zfs.csi.openebs.io
|
||||
|
||||
Reference in New Issue
Block a user