From d61f38363897640995bb6cc412c8cd523668f42a Mon Sep 17 00:00:00 2001 From: vivekr-splunk <94569031+vivekr-splunk@users.noreply.github.com> Date: Wed, 27 Sep 2023 07:41:48 -0700 Subject: [PATCH] document changes : add splunk-ansible reference (#1231) * Update name to tls-splunktest Istio uses the name for protocol selection https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/ * 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 --------- Co-authored-by: gjanders Co-authored-by: gaurav-splunk <69282718+gaurav-splunk@users.noreply.github.com> --- docs/Ingress.md | 2 +- docs/MultisiteExamples.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 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 <