diff --git a/apigateway/helm/README.md b/apigateway/helm/README.md index 41ead5e..5e36d45 100644 --- a/apigateway/helm/README.md +++ b/apigateway/helm/README.md @@ -151,8 +151,10 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$( **Attention:** moved elasticsearch secret keys:
elasticSecretName --> elasticsearch.secretName
elasticSecretUserKey --> elasticsearch.secretUserKey
elasticSecretPasswordKey --> elasticsearch.secretPasswordKey | -| `1.2.0` | Added Kibana TLS/SSL functionality towards Elasticsearch. Helper function aded for kibana truststore password. -| `1.2.1` | Added Kibana configuration field 'status.allowAnonymous' set by Values.kibana.allowAnonymousStatus. This removes errors in API Gateway log indicating that Kibana is not available. +| `1.2.0` | Added Kibana TLS/SSL functionality towards Elasticsearch. Helper function aded for kibana truststore password. | +| `1.2.1` | Added Kibana configuration field 'status.allowAnonymous' set by Values.kibana.allowAnonymousStatus. This removes errors in API Gateway log indicating that Kibana is not available. | +| `1.2.2` | Option in `values.yaml` to create a ServiceMonitor added. | + ## Values | Key | Type | Default | Description | @@ -343,14 +345,11 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(-apigateway-sag-user-es. Adjust accordingly if your release name is different. | -| prometheus.path | string | `"/metrics"` | | -| prometheus.port | string | `"5555"` | | -| prometheus.scheme | string | `"http"` | | -| prometheus.scrape | string | `"true"` | | | replicaCount | int | `1` | | | resources.apigwContainer.limits.cpu | int | `8` | | | resources.apigwContainer.limits.memory | string | `"8Gi"` | | @@ -368,4 +367,5 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(