From 6f849d8133f1ebe770bc4afee0b66db61dd1731e Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 16 Apr 2023 13:39:24 -0400 Subject: [PATCH] Remove harbor for now --- cluster/apps/harbor/helm-release.yaml | 2 ++ cluster/apps/kustomization.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cluster/apps/harbor/helm-release.yaml b/cluster/apps/harbor/helm-release.yaml index dd5efd2..ba33545 100644 --- a/cluster/apps/harbor/helm-release.yaml +++ b/cluster/apps/harbor/helm-release.yaml @@ -15,6 +15,8 @@ spec: namespace: flux-system values: + logLevel: debug + expose: type: clusterIP diff --git a/cluster/apps/kustomization.yaml b/cluster/apps/kustomization.yaml index 477d9f4..2ffafa4 100644 --- a/cluster/apps/kustomization.yaml +++ b/cluster/apps/kustomization.yaml @@ -9,4 +9,4 @@ resources: - ./tools - ./irc - ./monitoring -- ./harbor \ No newline at end of file +#- ./harbor \ No newline at end of file