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 <