diff --git a/apps/templates/longhorn.yaml b/apps/templates/longhorn.yaml index 93aabff..cd1ac3f 100644 --- a/apps/templates/longhorn.yaml +++ b/apps/templates/longhorn.yaml @@ -16,6 +16,9 @@ spec: values: | persistence: defaultClassReplicaCount: 3 + service: + ui: + type: NodePort repoURL: https://charts.longhorn.io targetRevision: 1.3.0 diff --git a/apps/templates/metrics-server.yaml b/apps/templates/metrics-server.yaml index e804f57..e3a6ddc 100644 --- a/apps/templates/metrics-server.yaml +++ b/apps/templates/metrics-server.yaml @@ -22,4 +22,4 @@ spec: syncPolicy: automated: prune: true - selfHeal: true + selfHeal: true \ No newline at end of file