Update Kubernetes
parent
f0d239b0a6
commit
7b5582bd02
@ -105,6 +105,7 @@ you can check what ip address the service is exposed on with:
|
|||||||
```
|
```
|
||||||
kubectl get -n ingress-nginx get services
|
kubectl get -n ingress-nginx get services
|
||||||
```
|
```
|
||||||
|
You can create a wildcard record pointing to that address to make exposing services easier.
|
||||||
|
|
||||||
# Longhorn
|
# Longhorn
|
||||||
|
|
||||||
@ -131,9 +132,10 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- http:
|
- http:
|
||||||
|
host: longhorn.my.cluster.com
|
||||||
paths:
|
paths:
|
||||||
- pathType: Prefix
|
- pathType: Prefix
|
||||||
path: "/"
|
path: "/"g
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: longhorn-frontend
|
name: longhorn-frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user