Skip to content

Commit

Permalink
Value update for configuration snippet feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraband committed Oct 18, 2024
1 parent 6b9acef commit 28dde63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion terraform/modules/helm/theia-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ operator:
storageClassName: ""

ingress:
instanceName: "theia-cloud-demo-ws-ingress"
clusterIssuer: letsencrypt-prod
theiaCloudCommonName: false
addTLSSecretName: false
instances:
name: "theia-cloud-demo-ws-ingress"

monitor:
enable: false
3 changes: 2 additions & 1 deletion terraform/values/valuesDemo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ operator:
sessionsPerUser: "3"

ingress:
instanceName: "theia-cloud-demo-ws-ingress"
clusterIssuer: letsencrypt-prod
theiaCloudCommonName: false
instances:
name: "theia-cloud-demo-ws-ingress"

monitor:
enable: false
3 changes: 2 additions & 1 deletion terraform/values/valuesMonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ operator:
sessionsPerUser: "3"

ingress:
instanceName: "theia-cloud-demo-ws-ingress"
clusterIssuer: letsencrypt-prod
theiaCloudCommonName: false
instances:
name: "theia-cloud-demo-ws-ingress"

monitor:
enable: true
Expand Down

0 comments on commit 28dde63

Please sign in to comment.