fix: fixed peertube ingress and dns record

This commit is contained in:
Elam Monnot 2023-04-26 11:09:42 +02:00
parent 24d8892b4c
commit be47dbabd2
2 changed files with 3 additions and 3 deletions

View File

@ -36,4 +36,4 @@ s-web2 IN A 192.168.101.2
s-lb.gsb.lan IN A 192.168.100.10
ns IN CNAME s-infra.gsb.lan.
wpad IN CNAME s-infra.gsb.lan.
peertube IN A 192.168.100.20
s-peertube IN A 192.168.100.20

View File

@ -101,8 +101,8 @@ ingress:
enabled: true
className: ""
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-body-size: 4G # this caps the size of imported videos, if set low this might prevent you from uploading videos
kubernetes.io/ingress.class: traefik
nginx.ingress.kubernetes.io/proxy-body-size: 6G # this caps the size of imported videos, if set low this might prevent you from uploading videos
# kubernetes.io/tls-acme: "true"
hosts:
- host: s-peertube.gsb.lan