Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Nov 16, 2023
1 parent 0316ac4 commit 5932b5e
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand All @@ -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` | |
Expand Down Expand Up @@ -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` | |
Expand All @@ -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` | |
Expand Down Expand Up @@ -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` | |
Expand All @@ -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 | `""` | |
Expand Down

0 comments on commit 5932b5e

Please sign in to comment.