Skip to content

Commit

Permalink
Updates parent helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanny96 committed Oct 17, 2024
1 parent b621149 commit 3fc8173
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tyk-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,11 @@ tyk-gateway:
# Regular expressions and parameterized routes will be left alone regardless of this setting.
enableStrictRoutes: true

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set gateway env variables
# - name: TYK_GW_HTTPSERVEROPTIONS_SSLINSECURESKIPVERIFY
# value: "true"
Expand Down Expand Up @@ -811,6 +816,11 @@ tyk-pump:
# affinity for pump pod assignment
affinity: {}

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set environment variables in pump container
# - name: TYK_PMP_PURGEDELAY
# value: 30
Expand Down Expand Up @@ -1120,6 +1130,11 @@ tyk-dashboard:
# affinity specifies affinity and anti-affinity constraints.
affinity: {}

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set extra environment variables to Tyk Dashboard pod.
# - name: TYK_DB_PAGESIZE
# value: "10"
Expand Down Expand Up @@ -1425,6 +1440,11 @@ tyk-mdcb:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

extraEnvs: []

# Additional volumes on the output MDCB Deployment definition.
Expand Down Expand Up @@ -1606,6 +1626,12 @@ tyk-dev-portal:
tolerations: []
# affinity specifies affinity and anti-affinity constraints.
affinity: {}

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

Check failure on line 1633 in tyk-control-plane/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

[trailing-spaces] trailing spaces

Check failure on line 1634 in tyk-control-plane/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

[trailing-spaces] trailing spaces
# extraEnvs is used to set extra environment variables to Tyk Developer Portal pod.
# - name: PORTAL_REFRESHINTERVAL
# value: "10"
Expand Down
10 changes: 10 additions & 0 deletions tyk-data-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,11 @@ tyk-gateway:
# affinity for gateway pod assignment
affinity: {}

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set gateway env variables
# - name: TYK_GW_HTTPSERVEROPTIONS_SSLINSECURESKIPVERIFY
# value: "true"
Expand Down Expand Up @@ -686,6 +691,11 @@ tyk-pump:
# affinity for pump pod assignment
affinity: {}

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set environment variables in pump container
# - name: TYK_PMP_PURGEDELAY
# value: 30
Expand Down
10 changes: 10 additions & 0 deletions tyk-oss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,11 @@ tyk-gateway:
# Regular expressions and parameterized routes will be left alone regardless of this setting.
enableStrictRoutes: true

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set gateway env variables
# - name: TYK_GW_HTTPSERVEROPTIONS_SSLINSECURESKIPVERIFY
# value: "true"
Expand Down Expand Up @@ -722,6 +727,11 @@ tyk-pump:
# affinity for pump pod assignment
affinity: {}

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set environment variables in pump container
# - name: TYK_PMP_PURGEDELAY
# value: 30
Expand Down
21 changes: 21 additions & 0 deletions tyk-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,11 @@ tyk-gateway:
# Regular expressions and parameterized routes will be left alone regardless of this setting.
enableStrictRoutes: true

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set gateway env variables
# - name: TYK_GW_HTTPSERVEROPTIONS_SSLINSECURESKIPVERIFY
# value: "true"
Expand Down Expand Up @@ -812,6 +817,11 @@ tyk-pump:
# affinity for pump pod assignment
affinity: {}

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set environment variables in pump container
# - name: TYK_PMP_PURGEDELAY
# value: 30
Expand Down Expand Up @@ -1119,6 +1129,11 @@ tyk-dashboard:
# affinity specifies affinity and anti-affinity constraints.
affinity: {}

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set extra environment variables to Tyk Dashboard pod.
# - name: TYK_DB_PAGESIZE
# value: "10"
Expand Down Expand Up @@ -1327,6 +1342,12 @@ tyk-dev-portal:
tolerations: []
# affinity specifies affinity and anti-affinity constraints.
affinity: {}

# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []

# extraEnvs is used to set extra environment variables to Tyk Developer Portal pod.
# - name: PORTAL_REFRESHINTERVAL
# value: "10"
Expand Down

0 comments on commit 3fc8173

Please sign in to comment.