Skip to content

Commit

Permalink
update_grpc_router (#26843)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Makarkin <Sergey.Makarkin@akvelon.com>
Co-authored-by: rshamunov <ruslan.shamunov@akvelon.com>
  • Loading branch information
3 people committed May 25, 2023
1 parent f9a82f7 commit d8f0e17
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ spec:
value: TCP
- name: DATASTORE_NAMESPACE
value: {{ .Values.datastore_name }}
- name: CLEANUP_SNIPPETS_FUNCTIONS_URL
value: {{ .Values.func_clean }}
- name: PUT_SNIPPET_FUNCTIONS_URL
value: {{ .Values.func_put }}
- name: INCREMENT_SNIPPET_VIEWS_FUNCTIONS_URL
value: {{ .Values.func_view }}
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
Expand Down

0 comments on commit d8f0e17

Please sign in to comment.