Skip to content

Commit 232461d

Browse files
committed
Update chart reference in deployment docs (missed in #227)
1 parent 0188142 commit 232461d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/deployment/reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ parameters for the [rabbitMQ](https://github.com/bitnami/charts/tree/master/bitn
2121
| `app.ingress.enabled` | Enable install of ingress | false |
2222
| `app.ingress.host` | Hostname to associate ingress with | servicex.ssl-hep.org |
2323
| `app.ingress.defaultBackend` | Name of a service to send requests to internal endpoints to | default-http-backend |
24-
| `app.ingress.clusterIssuer` | Name of the ClusterIssuer to use which will be used to obtain a TLS certificate | letsencrypt-staging |
24+
| `app.ingress.tls.enabled` | Enable TLS for ServiceX API Ingress resource | false |
25+
| `app.ingress.tls.secretName` | Name of TLS Secret used for ServiceX API server | `{{.Release.Name}}-app-tls` |
26+
| `app.ingress.tls.clusterIssuer` | Specify a ClusterIssuer if using cert-manager | - |
2527
| `app.resources` | Pass in Kubernetes pod resource spec to deployment to change CPU and memory | { } |
2628
| `app.slackSigningSecret` | Signing secret for Slack application | -
2729
| `app.newSignupWebhook` | Slack webhook URL for new signups | -

0 commit comments

Comments
 (0)