cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 03b19dd6a50934c55272eb44cd9b1d6ec762bbe1
parent f8827495cf37dba105dcf577bbbb8aba64309561
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 25 Jan 2024 11:15:30 +0100

Update weave

Diffstat:
Minfrastructure/controllers/weave-gitops.yaml | 18++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/infrastructure/controllers/weave-gitops.yaml b/infrastructure/controllers/weave-gitops.yaml @@ -19,20 +19,20 @@ spec: chart: spec: chart: weave-gitops - version: "~4.0.29" + version: "~4.0.36" sourceRef: kind: HelmRepository name: weave-gitops interval: 12h # https://github.com/weaveworks/weave-gitops/blob/main/charts/gitops-server/values.yaml values: - #resources: - # requests: - # cpu: 100m - # memory: 64Mi - # limits: - # cpu: 1 - # memory: 512Mi + resources: + requests: + cpu: 100m + memory: 64Mi + limits: + cpu: 1 + memory: 512Mi adminUser: create: true username: mtrnord @@ -43,6 +43,8 @@ spec: # - --auth-methods=oidc networkPolicy: create: true + metrics: + enabled: true ingress: enabled: true annotations: