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
|
primaryUpdateStrategy: unsupervised
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
storageClass: longhorn
|
storageClass: longhorn-nvme
|
||||||
size: 5Gi
|
size: 5Gi
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ spec:
|
|||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: longhorn
|
storageClass: longhorn-nvme
|
||||||
size: 20Gi
|
size: 20Gi
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|||||||
@@ -3,4 +3,5 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- application.yaml
|
- application.yaml
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
|
- storageclass.yaml
|
||||||
- servicemonitor.yaml
|
- servicemonitor.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user