fix: fixed peertube ingress and dns record
This commit is contained in:
parent
24d8892b4c
commit
be47dbabd2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user