Skip to content

Commit

Permalink
Merge pull request #304 from IBM-Q-Software/disable-ray-tls-in-dev
Browse files Browse the repository at this point in the history
Disable Ray TLS on staging cluster
  • Loading branch information
psschwei authored and GitHub Enterprise committed Jun 7, 2024
2 parents 321a1eb + 9b749a1 commit f02373c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/deployment/k8s/values/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ gateway:
replicas: 1
minReplicas: 1
maxReplicas: 2
useTLS: false
limits:
maxJobsPerUser: 2
maxComputeResources: 5
Expand Down Expand Up @@ -97,6 +98,9 @@ kuberay-operator:
repository: kuberay/operator
tag: v1.0.0
pullPolicy: IfNotPresent
env:
- name: ENABLE_INIT_CONTAINER_INJECTION
value: "false"

# ===================
# PostgreSQL
Expand Down

0 comments on commit f02373c

Please sign in to comment.