creating services inside the argo manifest

This commit is contained in:
pb
2024-12-23 16:05:25 +01:00
parent d1dab992cf
commit 2f9b2fb464
8 changed files with 268 additions and 45 deletions

View File

@@ -86,8 +86,9 @@ EOF
```
- Launch the installs
> helm upgrade --install metallb metallb/metallb
> helm upgrade --install metallb metallb/metallb
> helm upgrade --install metallb metallb/metallb --namespace metallb-system
> helm install --namespace=traefik-ingress traefik traefik/traefik --values=./traefik-values.yaml
### Configure metallb
@@ -113,6 +114,10 @@ spec:
EOF
```
- Check that the services created in traefik-ingress have an external IP
> kubectl get service -n traefik-ingress -o wide
## TODO
- [ ] Logs the output of each pods :