From 21d7d337bc48f03bf6841d8466c3eaa1944c025e Mon Sep 17 00:00:00 2001 From: secustor Date: Fri, 27 Oct 2023 23:43:01 +0200 Subject: [PATCH] fix(helm-charts): update regressions --- deploy/jaeger/values.yaml | 9 +++++++++ deploy/loki/values.yaml | 9 +++++++++ deploy/unleash/values.yaml | 14 ++++++++++---- hack/kind_config.yaml | 2 +- 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/deploy/jaeger/values.yaml b/deploy/jaeger/values.yaml index 3eb9038..35b1dd4 100644 --- a/deploy/jaeger/values.yaml +++ b/deploy/jaeger/values.yaml @@ -1,2 +1,11 @@ +allInOne: + enabled: true + agent: enabled: false + +collector: + enabled: false + +query: + enabled: false diff --git a/deploy/loki/values.yaml b/deploy/loki/values.yaml index b55f1ef..e06a25a 100644 --- a/deploy/loki/values.yaml +++ b/deploy/loki/values.yaml @@ -2,3 +2,12 @@ serviceMonitor: enabled: true additionalLabels: prometheus: kube-prometheus + +read: + replicas: 1 + +write: + replicas: 1 + +backend: + replicas: 1 diff --git a/deploy/unleash/values.yaml b/deploy/unleash/values.yaml index 4221d71..f2df545 100644 --- a/deploy/unleash/values.yaml +++ b/deploy/unleash/values.yaml @@ -1,6 +1,3 @@ -image: - tag: 4.6.7 - env: - name: INIT_ADMIN_API_TOKENS value: "*:*.apiTokensdklfslkdflsdlkfskdfjksdkf" @@ -17,4 +14,13 @@ ingress: - host: unleash.testing.com paths: - path: / - pathType: ImplementationSpecific \ No newline at end of file + pathType: ImplementationSpecific +postgresql: + auth: + database: unleash + password: unleash + username: unleash +global: + postgresql: + auth: + postgresPassword: unleash diff --git a/hack/kind_config.yaml b/hack/kind_config.yaml index 408d59c..cdeb5d2 100644 --- a/hack/kind_config.yaml +++ b/hack/kind_config.yaml @@ -2,7 +2,7 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9 + image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72 kubeadmConfigPatches: - | kind: InitConfiguration