From 9ed02f37300c2c45856950c05709505f89bcec1f Mon Sep 17 00:00:00 2001 From: Christoph Wedenig Date: Wed, 15 May 2024 13:54:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore:=20Fix=20helm=20chart=20li?= =?UTF-8?q?nting=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index de9a6ab4..a2ce89e0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -181,7 +181,7 @@ userAuthService: secretKeyRef: name: "{{ .Values.mariaDB.serviceName }}" key: "{{ .Values.mariaDB.password }}" - JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment + JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment JAEGER_SAMPLER_TYPE: const JAEGER_SAMPLER_PARAM: 0 JAEGER_DISABLED: true @@ -210,7 +210,7 @@ adService: ports: containerPort: 8082 env: - JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment + JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment JAEGER_SAMPLER_TYPE: const JAEGER_SAMPLER_PARAM: 0 JAEGER_DISABLED: true @@ -269,7 +269,7 @@ microblogService: containerPort: 8080 env: SERVER_PORT: 8080 - JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment + JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment JAEGER_SAMPLER_TYPE: const JAEGER_SAMPLER_PARAM: 0 OPENTRACING_JAEGER_ENABLED: false @@ -324,7 +324,7 @@ statusService: SERVER_PORT: 8083 API_PATH: /status-service KUBERNETES_NAMESPACE: unguard - IGNORED_DEPLOYMENTS: unguard-user-simulator # add deployments to ignore separated by spaces + IGNORED_DEPLOYMENTS: unguard-user-simulator # add deployments to ignore separated by spaces MARIADB_SERVICE: "{{ .Values.mariaDB.serviceName }}" MARIADB_PASSWORD: secretKeyRef: @@ -347,7 +347,7 @@ proxyService: role: name: proxy-role rules: - - apiGroups: [""] # "" indicates the core API group + - apiGroups: [""] # "" indicates the core API group resources: ["pods"] verbs: ["create", "list", "get"] - apiGroups: [""] @@ -377,7 +377,7 @@ proxyService: containerPort: 8081 env: SERVER_PORT: 8081 - JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment + JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment JAEGER_SAMPLER_TYPE: const JAEGER_SAMPLER_PARAM: 0 OPENTRACING_JAEGER_ENABLED: false @@ -403,7 +403,7 @@ likeService: ports: containerPort: 8000 env: - JAEGER_COLLECTOR_HOST: collector # PHP OpenTelemetry sends data to jaeger-collector instead of jaeger-agent + JAEGER_COLLECTOR_HOST: collector # PHP OpenTelemetry sends data to jaeger-collector instead of jaeger-agent JAEGER_DISABLED: true JAEGER_PORT: 4318 SERVICE_NAME: unguard-like-service @@ -436,7 +436,7 @@ frontend: ports: containerPort: 3000 env: - JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment + JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment JAEGER_SAMPLER_TYPE: const JAEGER_SAMPLER_PARAM: 0 JAEGER_DISABLED: true