@@ -181,7 +181,7 @@ userAuthService:
181
181
secretKeyRef :
182
182
name : " {{ .Values.mariaDB.serviceName }}"
183
183
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
185
185
JAEGER_SAMPLER_TYPE : const
186
186
JAEGER_SAMPLER_PARAM : 0
187
187
JAEGER_DISABLED : true
@@ -210,7 +210,7 @@ adService:
210
210
ports :
211
211
containerPort : 8082
212
212
env :
213
- JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
213
+ JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
214
214
JAEGER_SAMPLER_TYPE : const
215
215
JAEGER_SAMPLER_PARAM : 0
216
216
JAEGER_DISABLED : true
@@ -269,7 +269,7 @@ microblogService:
269
269
containerPort : 8080
270
270
env :
271
271
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
273
273
JAEGER_SAMPLER_TYPE : const
274
274
JAEGER_SAMPLER_PARAM : 0
275
275
OPENTRACING_JAEGER_ENABLED : false
@@ -324,7 +324,7 @@ statusService:
324
324
SERVER_PORT : 8083
325
325
API_PATH : /status-service
326
326
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
328
328
MARIADB_SERVICE : " {{ .Values.mariaDB.serviceName }}"
329
329
MARIADB_PASSWORD :
330
330
secretKeyRef :
@@ -347,7 +347,7 @@ proxyService:
347
347
role :
348
348
name : proxy-role
349
349
rules :
350
- - apiGroups : [""] # "" indicates the core API group
350
+ - apiGroups : [""] # "" indicates the core API group
351
351
resources : ["pods"]
352
352
verbs : ["create", "list", "get"]
353
353
- apiGroups : [""]
@@ -377,7 +377,7 @@ proxyService:
377
377
containerPort : 8081
378
378
env :
379
379
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
381
381
JAEGER_SAMPLER_TYPE : const
382
382
JAEGER_SAMPLER_PARAM : 0
383
383
OPENTRACING_JAEGER_ENABLED : false
@@ -403,7 +403,7 @@ likeService:
403
403
ports :
404
404
containerPort : 8000
405
405
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
407
407
JAEGER_DISABLED : true
408
408
JAEGER_PORT : 4318
409
409
SERVICE_NAME : unguard-like-service
@@ -436,7 +436,7 @@ frontend:
436
436
ports :
437
437
containerPort : 3000
438
438
env :
439
- JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
439
+ JAEGER_AGENT_HOST : agent # change depending on your jaeger deployment
440
440
JAEGER_SAMPLER_TYPE : const
441
441
JAEGER_SAMPLER_PARAM : 0
442
442
JAEGER_DISABLED : true
0 commit comments