@@ -181,7 +181,7 @@ userAuthService:
181181 secretKeyRef :
182182 name : " {{ .Values.mariaDB.serviceName }}"
183183 key : " {{ .Values.mariaDB.password }}"
184- JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
184+ JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
185185 JAEGER_SAMPLER_TYPE : const
186186 JAEGER_SAMPLER_PARAM : 0
187187 JAEGER_DISABLED : true
@@ -210,7 +210,7 @@ adService:
210210 ports :
211211 containerPort : 8082
212212 env :
213- JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
213+ JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
214214 JAEGER_SAMPLER_TYPE : const
215215 JAEGER_SAMPLER_PARAM : 0
216216 JAEGER_DISABLED : true
@@ -269,7 +269,7 @@ microblogService:
269269 containerPort : 8080
270270 env :
271271 SERVER_PORT : 8080
272- JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
272+ JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
273273 JAEGER_SAMPLER_TYPE : const
274274 JAEGER_SAMPLER_PARAM : 0
275275 OPENTRACING_JAEGER_ENABLED : false
@@ -324,7 +324,7 @@ statusService:
324324 SERVER_PORT : 8083
325325 API_PATH : /status-service
326326 KUBERNETES_NAMESPACE : unguard
327- IGNORED_DEPLOYMENTS : unguard-user-simulator # add deployments to ignore separated by spaces
327+ IGNORED_DEPLOYMENTS : unguard-user-simulator # add deployments to ignore separated by spaces
328328 MARIADB_SERVICE : " {{ .Values.mariaDB.serviceName }}"
329329 MARIADB_PASSWORD :
330330 secretKeyRef :
@@ -347,7 +347,7 @@ proxyService:
347347 role :
348348 name : proxy-role
349349 rules :
350- - apiGroups : [""] # "" indicates the core API group
350+ - apiGroups : [""] # "" indicates the core API group
351351 resources : ["pods"]
352352 verbs : ["create", "list", "get"]
353353 - apiGroups : [""]
@@ -377,7 +377,7 @@ proxyService:
377377 containerPort : 8081
378378 env :
379379 SERVER_PORT : 8081
380- JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
380+ JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
381381 JAEGER_SAMPLER_TYPE : const
382382 JAEGER_SAMPLER_PARAM : 0
383383 OPENTRACING_JAEGER_ENABLED : false
@@ -403,7 +403,7 @@ likeService:
403403 ports :
404404 containerPort : 8000
405405 env :
406- JAEGER_COLLECTOR_HOST : collector # PHP OpenTelemetry sends data to jaeger-collector instead of jaeger-agent
406+ JAEGER_COLLECTOR_HOST : collector # PHP OpenTelemetry sends data to jaeger-collector instead of jaeger-agent
407407 JAEGER_DISABLED : true
408408 JAEGER_PORT : 4318
409409 SERVICE_NAME : unguard-like-service
@@ -436,7 +436,7 @@ frontend:
436436 ports :
437437 containerPort : 3000
438438 env :
439- JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
439+ JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
440440 JAEGER_SAMPLER_TYPE : const
441441 JAEGER_SAMPLER_PARAM : 0
442442 JAEGER_DISABLED : true
0 commit comments