Add to todo, specify traefik load balance ip
This commit is contained in:
parent
74dc121354
commit
fa7ca87e21
|
@ -48,6 +48,12 @@ spec:
|
||||||
# By default this Traefik service
|
# By default this Traefik service
|
||||||
# pathOverride: ""
|
# pathOverride: ""
|
||||||
|
|
||||||
|
service:
|
||||||
|
annotations:
|
||||||
|
metallb.universe.tf/allow-shared-ip: "main-ip-192.168.87.10"
|
||||||
|
spec:
|
||||||
|
loadBalancerIP: "192.168.87.10"
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
traefik:
|
traefik:
|
||||||
port: 9000
|
port: 9000
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
|
- [ ] [jellyplex-watched](https://github.com/luigi311/JellyPlex-Watched)
|
||||||
- [ ] Tools:
|
- [ ] Tools:
|
||||||
- [ ] transfersh
|
- [ ] transfersh
|
||||||
- [ ] portainer
|
- [ ] portainer
|
||||||
|
|
Loading…
Reference in New Issue