Skip to content

Commit

Permalink
chore: update gateway service charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubisoft-potato committed Jan 10, 2025
1 parent 8a97e2d commit a84b830
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/bucketeer/charts/api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ spec:
value: "{{ .Values.env.accountService }}"
- name: BUCKETEER_API_PUSH_SERVICE
value: "{{ .Values.env.pushService }}"
- name: BUCKETEER_API_CODE_REF_SERVICE
value: "{{ .Values.env.codeRefService }}"
- name: BUCKETEER_API_PORT
value: "{{ .Values.env.port }}"
- name: BUCKETEER_API_METRICS_PORT
Expand Down
12 changes: 12 additions & 0 deletions manifests/bucketeer/charts/api/templates/envoy-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,18 @@ data:
retry_policy:
retry_on: 5xx
num_retries: 3
- match:
headers:
- name: content-type
string_match:
exact: application/grpc
prefix: /bucketeer.coderef.CodeReferenceService
route:
cluster: web
timeout: 15s
retry_policy:
retry_on: 5xx
num_retries: 3
transport_socket:
name: envoy.transport_sockets.tls
typed_config:
Expand Down
1 change: 1 addition & 0 deletions manifests/bucketeer/charts/api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:
featureService: localhost:9001
accountService: localhost:9001
pushService: localhost:9001
codeRefService: localhost:9001
traceSamplingProbability: 0.0001
affinity: {}
nodeSelector: {}
Expand Down

0 comments on commit a84b830

Please sign in to comment.