Skip to content

Commit ac72873

Browse files
authored
make sure frontend can talk to shipping (#6)
1 parent 9e1ce64 commit ac72873

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kubernetes/opentelemetry-demo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ data:
104104
"10%": 0.1,
105105
"off": 0
106106
},
107-
"defaultVariant": "off"
107+
"defaultVariant": "50%"
108108
},
109109
"paymentUnreachable": {
110110
"description": "Payment service is unavailable",
@@ -132,7 +132,7 @@ data:
132132
"5sec": 5000,
133133
"off": 0
134134
},
135-
"defaultVariant": "off"
135+
"defaultVariant": "5sec"
136136
}
137137
}
138138
}
@@ -842,7 +842,7 @@ spec:
842842
- name: PRODUCT_CATALOG_ADDR
843843
value: product-catalog:8080
844844
- name: SHIPPING_ADDR
845-
value: shipping:8080
845+
value: http://shipping:8080
846846
- name: KAFKA_ADDR
847847
value: kafka:9092
848848
- name: FLAGD_HOST
@@ -1142,7 +1142,7 @@ spec:
11421142
- name: RECOMMENDATION_ADDR
11431143
value: recommendation:8080
11441144
- name: SHIPPING_ADDR
1145-
value: shipping:8080
1145+
value: http://shipping:8080
11461146
- name: FLAGD_HOST
11471147
value: flagd
11481148
- name: FLAGD_PORT

0 commit comments

Comments
 (0)