File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -129,12 +129,12 @@ SHIPPING_SERVICE_DOCKERFILE=./src/shippingservice/Dockerfile
129
129
# ******************
130
130
# Dependent Services
131
131
# ******************
132
- # flagd
132
+ # Flagd
133
133
FLAGD_HOST = flagd
134
134
FLAGD_PORT = 8013
135
135
136
- # flagd-ui
137
- FLAGD_UI_HOST = flagd-ui
136
+ # Flagd UI
137
+ FLAGD_UI_HOST = flagdui
138
138
FLAGD_UI_PORT = 4000
139
139
FLAGD_UI_DOCKERFILE = ./src/flagd-ui/Dockerfile
140
140
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ services:
357
357
condition : service_started
358
358
grafana :
359
359
condition : service_started
360
- flagd-ui :
360
+ flagdui :
361
361
condition : service_started
362
362
363
363
# Imageprovider
@@ -607,10 +607,10 @@ services:
607
607
logging :
608
608
*logging
609
609
610
- # Flagd-ui, UI for configuring the feature flagging service
611
- flagd-ui :
612
- image : ${IMAGE_NAME}:${DEMO_VERSION}-flagd-ui
613
- container_name : flagd-ui
610
+ # Flagd UI for configuring the feature flag service
611
+ flagdui :
612
+ image : ${IMAGE_NAME}:${DEMO_VERSION}-flagdui
613
+ container_name : flagdui
614
614
build :
615
615
context : ./
616
616
dockerfile : ${FLAGD_UI_DOCKERFILE}
@@ -623,7 +623,7 @@ services:
623
623
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}
624
624
- OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
625
625
- OTEL_RESOURCE_ATTRIBUTES
626
- - OTEL_SERVICE_NAME=flagd-ui
626
+ - OTEL_SERVICE_NAME=flagdui
627
627
ports :
628
628
- " ${FLAGD_UI_PORT}"
629
629
depends_on :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ static_resources:
50
50
- match : { prefix: "/flagservice/" }
51
51
route : { cluster: flagservice, prefix_rewrite: "/", timeout: 0s }
52
52
- match : { prefix: "/feature" }
53
- route : { cluster: flagd-ui }
53
+ route : { cluster: flagdui }
54
54
- match : { prefix: "/" }
55
55
route : { cluster: frontend }
56
56
http_filters :
@@ -132,11 +132,11 @@ static_resources:
132
132
socket_address :
133
133
address : ${FLAGD_HOST}
134
134
port_value : ${FLAGD_PORT}
135
- - name : flagd-ui
135
+ - name : flagdui
136
136
type : STRICT_DNS
137
137
lb_policy : ROUND_ROBIN
138
138
load_assignment :
139
- cluster_name : flagd-ui
139
+ cluster_name : flagdui
140
140
endpoints :
141
141
- lb_endpoints :
142
142
- endpoint :
You can’t perform that action at this time.
0 commit comments