From e41adbb9d6aa97dac0a14f91d7d23b4aeec7c2f1 Mon Sep 17 00:00:00 2001 From: Thibault Richard Date: Tue, 23 Jul 2019 10:48:52 +0200 Subject: [PATCH 1/2] Make appear APM when listing services --- docs/accessing-services.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/accessing-services.asciidoc b/docs/accessing-services.asciidoc index 36ed44176d..bdb6f64987 100644 --- a/docs/accessing-services.asciidoc +++ b/docs/accessing-services.asciidoc @@ -46,6 +46,7 @@ For each resource, `Elasticsearch`, `Kibana` or `ApmServer`, the operator manage > kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +hulk-apm-http ClusterIP 10.19.212.105 8200:31000/TCP 1m hulk-es-http ClusterIP 10.19.252.160 9200:31320/TCP 1m hulk-kb-http ClusterIP 10.19.247.151 5601:31380/TCP 1m ---- @@ -76,6 +77,7 @@ spec: > kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +hulk-apm-http ClusterIP 10.19.212.105 35.176.227.106 8200:31000/TCP 1m hulk-es-http LoadBalancer 10.19.252.160 35.198.131.115 9200:31320/TCP 1m hulk-kb-http LoadBalancer 10.19.247.151 35.242.197.228 5601:31380/TCP 1m ---- From d63d6b557e7e7e65caae81667de06c99d7f36b91 Mon Sep 17 00:00:00 2001 From: Thibault Richard Date: Tue, 23 Jul 2019 10:49:16 +0200 Subject: [PATCH 2/2] Add section about disabling TLS --- docs/accessing-services.asciidoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/accessing-services.asciidoc b/docs/accessing-services.asciidoc index bdb6f64987..940aa8e682 100644 --- a/docs/accessing-services.asciidoc +++ b/docs/accessing-services.asciidoc @@ -163,6 +163,23 @@ spec: secretName: my-cert ---- +[float] +[id="{p}-disable-tls"] +==== Disable TLS + +You can explicitly disable TLS for Kibana or APM Server if you want to. + +[source,yaml] +---- +spec: + http: + tls: + selfSignedCertificate: + disabled: true +---- + +TLS cannot be disabled for Elasticsearch. + [float] [id="{p}-request-elasticsearch-endpoint"] === Requesting the Elasticsearch endpoint