Fix longhorn-nvme: add storageclass.yaml to Longhorn kustomization
The longhorn-nvme StorageClass was defined but never included in the Longhorn kustomization, so it was never deployed. Add it and revert Gitea manifests back to longhorn-nvme as intended.
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
||||
primaryUpdateStrategy: unsupervised
|
||||
|
||||
storage:
|
||||
storageClass: longhorn
|
||||
storageClass: longhorn-nvme
|
||||
size: 5Gi
|
||||
|
||||
postgresql:
|
||||
|
||||
@@ -55,7 +55,7 @@ spec:
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
storageClass: longhorn-nvme
|
||||
size: 20Gi
|
||||
|
||||
service:
|
||||
|
||||
@@ -3,4 +3,5 @@ kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
||||
- namespace.yaml
|
||||
- storageclass.yaml
|
||||
- servicemonitor.yaml
|
||||
|
||||
Reference in New Issue
Block a user