Skip to content
2 changes: 1 addition & 1 deletion docs/Ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ spec:
serviceTemplate:
spec:
ports:
- name: splunktest
- name: tls-splunktest
port: 9998
protocol: TCP
targetPort: 9998
Expand Down
5 changes: 4 additions & 1 deletion docs/MultisiteExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF | kubectl apply -n splunk-operator -f -
Expand Down Expand Up @@ -133,6 +135,7 @@ Additional ansible default parameters must be set to activate multisite:
* `multisite_master`: which should reference the cluster-manager service of the target indexer cluster
* `site`: which should in general be set to `site: site0` to disable search affinity ([documentation for more details]
(https://docs.splunk.com/Documentation/Splunk/latest/DistSearch/DeploymultisiteSHC#Integrate_a_search_head_cluster_with_a_multisite_indexer_cluster))
* 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 <<EOF | kubectl apply -n splunk-operator -f -
Expand Down