From 9f3534d7b5c8dfc55339125a2e23a35aefc05513 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 2 Jul 2022 20:47:31 +0200 Subject: [PATCH] NP --- apps/templates/longhorn.yaml | 3 +++ apps/templates/metrics-server.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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