Skip to content

Commit

Permalink
work in progress for #173, documentation changes for kubernetes deplo…
Browse files Browse the repository at this point in the history
…yment
  • Loading branch information
mmguero committed Apr 24, 2023
1 parent fdbf19f commit 2b6f09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
* --tcp-services-configmap=ingress-nginx/tcp-services
```

- You must add the appropriate ports (minimally TCP ports 5044 and 9200) to the `ingress-nginx-controller` load-balancer service definition:
```
---
Expand Down Expand Up @@ -91,6 +92,7 @@ spec:
type: LoadBalancer
```

- You must add the appropriate ports (minimally TCP ports 5044 and 9200) to the `ingress-nginx-controller` deployment container's definition:
```
apiVersion: apps/v1
Expand Down Expand Up @@ -156,6 +158,7 @@ spec:
- --tcp-services-configmap=ingress-nginx/tcp-services
```

- You must modify Malcolm's [ingress controller manifest]({{ site.github.repository_url }}/blob/{{ site.github.build_revision }}/kubernetes/00-ingress.yml) to specify the `host:` value and use [host-based routing](https://kubernetes.github.io/ingress-nginx/user-guide/basic-usage/):
```
Expand Down

0 comments on commit 2b6f09d

Please sign in to comment.