From d6f5cc291c68259d41697c4db3741f81448ac0f6 Mon Sep 17 00:00:00 2001 From: gjanders Date: Mon, 27 Mar 2023 15:07:49 +1100 Subject: [PATCH 1/2] Update name to tls-splunktest Istio uses the name for protocol selection https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/ --- docs/Ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Ingress.md b/docs/Ingress.md index a9be6fdea..da5fac795 100644 --- a/docs/Ingress.md +++ b/docs/Ingress.md @@ -322,7 +322,7 @@ spec: serviceTemplate: spec: ports: - - name: splunktest + - name: tls-splunktest port: 9998 protocol: TCP targetPort: 9998 From e3fd05c2017d1987693f326d6ea61ff53403810d Mon Sep 17 00:00:00 2001 From: gjanders Date: Mon, 27 Mar 2023 15:15:03 +1100 Subject: [PATCH 2/2] Add link to ansible default.yml.spec page There is not an obvious link from the defaults: on this page and the default.yml.spec page on the splunk-ansible repo Adding a link --- docs/MultisiteExamples.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/MultisiteExamples.md b/docs/MultisiteExamples.md index 24175b5ee..15139b57c 100644 --- a/docs/MultisiteExamples.md +++ b/docs/MultisiteExamples.md @@ -45,7 +45,9 @@ Limitation: all the IndexerCluster resources must be located in the same namespa #### Deploy the cluster-manager -Note: the image version is defined in these resources as this allows to control the upgrade cycle +Note: +* The image version is defined in these resources as this allows to control the upgrade cycle +* For all available default parameters refer to [splunk-ansible default.yml.spec.md](https://github.com/splunk/splunk-ansible/blob/develop/docs/advanced/default.yml.spec.md) ```yaml cat <