Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
singhpr authored Oct 9, 2023
2 parents e17b983 + ac53055 commit c69f741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions components/tyk-gateway/templates/deployment-gw-repset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ spec:
value: "/mnt/tyk-gateway/policies"
- name: TYK_GW_STORAGE_MAXIDLE
value: "1000"
- name: TYK_GW_OPTIMISATIONSUSEASYNCSESSIONWRITE
value: "true"
- name: TYK_GW_ENABLENONTRANSACTIONALRATELIMITER
value: "true"
- name: TYK_GW_POLICIES_POLICYSOURCE
Expand Down Expand Up @@ -207,7 +205,7 @@ spec:
- name: TYK_GW_HASHKEYS
value: "true"
- name: TYK_GW_HASHKEYFUNCTION
value: "murmur128"
value: "{{ .Values.gateway.hashKeyFunction }}"
- name: TYK_GW_HTTPSERVEROPTIONS_ENABLEWEBSOCKETS
value: "true"
- name: TYK_GW_HTTPSERVEROPTIONS_MINVERSION
Expand Down
2 changes: 2 additions & 0 deletions components/tyk-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ gateway:
# - chart-example.local
tls: []

hashKeyFunction: murmur128

# Sharding gateway allows you to selectively load APIs to specific gateways.
# If enabled make sure you have at least one gateway that is not sharded.
# Also be sure to match API segmentation tags with the tags selected below.
Expand Down

0 comments on commit c69f741

Please sign in to comment.