diff --git a/README.md b/README.md index f886aa5..ede1b3f 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ TODO | dex.service.ports.http.port | int | `8000` | | | dex.service.type | string | `"NodePort"` | | | diracx.manageOSIndices | bool | `true` | | +| diracx.manageSQLSchema | bool | `true` | | | diracx.mysqlDatabases[0] | string | `"AuthDB"` | | | diracx.mysqlDatabases[1] | string | `"JobDB"` | | | diracx.mysqlDatabases[2] | string | `"JobLoggingDB"` | | @@ -128,7 +129,6 @@ TODO | diracxWeb.image.tag | string | `"latest"` | | | diracxWeb.service.port | int | `8080` | | | diracxWeb.service.type | string | `"ClusterIP"` | | -| diracx.settings.DIRACX_SERVICE_AUTH_TOKEN_KEY | string | `"file:///signing-key/rs256.key"` | | | elasticsearch.enabled | bool | `true` | | | elasticsearch.esJavaOpts | string | `"-Xms128m -Xmx128m"` | | | elasticsearch.replicas | int | `1` | | @@ -169,12 +169,19 @@ TODO | grafana.service.nodePort | int | `32004` | | | grafana.service.port | int | `32004` | | | grafana.service.type | string | `"NodePort"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/diracgrid/diracx/server"` | | | image.tag | string | `"latest"` | | | ingress.annotations | object | `{}` | | +| ingress.annotations."nginx.ingress.kubernetes.io/use-regex" | string | `"true"` | | | ingress.className | string | `"nginx"` | | +| ingress.className | string | `"nginx"` | | +| ingress.enabled | bool | `true` | | | ingress.enabled | bool | `true` | | +| ingress.hosts[0].paths[0].backend.service.name | string | `"diracx-demo"` | | +| ingress.hosts[0].paths[0].backend.service.port.number | int | `8000` | | +| ingress.hosts[0].paths[0].path | string | `"/"` | | +| ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | | +| ingress.tls | list | `[]` | | | ingress.tlsSecretName | string | `"myingress-cert"` | | | init-cs.defaultUsers | list | `[]` | | | init-cs.enabled | bool | `true` | | @@ -185,11 +192,6 @@ TODO | init-secrets.serviceAccount.name | string | `nil` | | | init-sql.enabled | bool | `true` | | | init-sql.env | object | `{}` | | -| ingress.hosts[0].paths[0].backend.service.name | string | `"diracx-demo"` | | -| ingress.hosts[0].paths[0].backend.service.port.number | int | `8000` | | -| ingress.hosts[0].paths[0].path | string | `"/"` | | -| ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | | -| ingress.tls | list | `[]` | | | jaeger.agent.enabled | bool | `false` | | | jaeger.allInOne.enabled | bool | `true` | | | jaeger.collector.enabled | bool | `false` | | @@ -254,8 +256,6 @@ TODO | opentelemetry-collector.presets.logsCollection.enabled | bool | `true` | | | podAnnotations | object | `{}` | | | podSecurityContext | object | `{}` | | -| rabbitmq.auth.existingErlangSecret | string | `"rabbitmq-secret"` | | -| rabbitmq.auth.existingPasswordSecret | string | `"rabbitmq-secret"` | | | prometheus.alertmanager.enabled | bool | `false` | | | prometheus.enabled | bool | `true` | | | prometheus.kube-state-metrics.enabled | bool | `false` | | @@ -264,12 +264,16 @@ TODO | prometheus.serverFiles."prometheus.yml".scrape_configs[0].job_name | string | `"otel"` | | | prometheus.serverFiles."prometheus.yml".scrape_configs[0].scrape_interval | string | `"10s"` | | | prometheus.serverFiles."prometheus.yml".scrape_configs[0].static_configs[0].targets[0] | string | `"diracx-demo-opentelemetry-collector:8889"` | | +| rabbitmq.auth.existingErlangSecret | string | `"rabbitmq-secret"` | | +| rabbitmq.auth.existingPasswordSecret | string | `"rabbitmq-secret"` | | | rabbitmq.containerSecurityContext.enabled | bool | `false` | | | rabbitmq.enabled | bool | `true` | | | rabbitmq.podSecurityContext.enabled | bool | `false` | | | replicaCount | int | `1` | | | resources | object | `{}` | | | securityContext | object | `{}` | | +| service.port | int | `8000` | | +| service.type | string | `"ClusterIP"` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | | serviceAccount.name | string | `""` | |