Skip to content

Commit

Permalink
[CI] Update LLMGateway chart values.yaml (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
innoavator committed Jul 9, 2024
1 parent f91ca3d commit 73b5342
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-llm-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-llm-gateway
version: 0.3.0-rc.2
version: 0.3.0-rc.3
description: "Truefoundry LLM Gateway deployment chart"
maintainers:
- name: truefoundry
2 changes: 1 addition & 1 deletion charts/tfy-llm-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ LLM-Gateway Helm Chart
| `extraVolumes` | Extra volumes | `[]` |
| `extraVolumeMounts` | Extra volume mounts | `[]` |
| `rbac.enabled` | Enable rbac | `true` |
| `imageTag` | Container Image tag | `5211d6cda26242d296e20b0d3342d6205f28e92a` |
| `imageTag` | Container Image tag | `0458dda842fb21dccbd3d9f2e298be1be1ba93e3` |
15 changes: 7 additions & 8 deletions charts/tfy-llm-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ securityContext: {}
## Healthcheck configuration
healthcheck:
## @param healthcheck.enabled Enable healthcheck
enabled: true
## healthcheck.readiness Readiness probe configuration
enabled: true ## healthcheck.readiness Readiness probe configuration
readiness:
## @param healthcheck.readiness.port Port to probe
port: 8787
Expand Down Expand Up @@ -83,7 +82,7 @@ ingress:
hosts: []
## Istio configuration
istio:
## istio.virtualservice Virtual service configuration
## istio.virtualservice Virtual service configuration
virtualservice:
## @param istio.virtualservice.enabled Enable virtual service
enabled: false
Expand Down Expand Up @@ -119,13 +118,13 @@ rbac:
enabled: true
## @skip env
env:
CONTROL_PLANE_URL: ''
CONTROL_PLANE_URL: ""
TFY_API_KEY: ${k8s-secret/truefoundry-creds/TFY_API_KEY}
AUTH_SERVER_URL: https://auth.truefoundry.com
LOG_LEVEL: info
LOGGING_SINK_CONFIGURATION: ''
DEPLOYED_LLM_GATEWAY_URL: ''
CONTROL_PLANE_NATS_URL: ''
GATEWAY_NATS_CONFIGURATION: ""
DEPLOYED_LLM_GATEWAY_URL: ""
CONTROL_PLANE_NATS_URL: ""

## @param imageTag Container Image tag
imageTag: 5211d6cda26242d296e20b0d3342d6205f28e92a
imageTag: 0458dda842fb21dccbd3d9f2e298be1be1ba93e3

0 comments on commit 73b5342

Please sign in to comment.