Update Kubernetes

Tomislav Kopić 2024-04-13 12:56:54 +00:00
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
```
You can create a wildcard record pointing to that address to make exposing services easier.
# Longhorn
@ -131,9 +132,10 @@ metadata:
spec:
rules:
- http:
host: longhorn.my.cluster.com
paths:
- pathType: Prefix
path: "/"
path: "/"g
backend:
service:
name: longhorn-frontend