apply ingress/cert.
This commit is contained in:
parent
fb03638cd7
commit
e57efa2aa3
1 changed files with 19 additions and 0 deletions
|
@ -68,6 +68,25 @@ spec:
|
||||||
http:
|
http:
|
||||||
port: &port-api 9000
|
port: &port-api 9000
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
main:
|
||||||
|
enabled: true
|
||||||
|
className: "peertube-nginx"
|
||||||
|
annotations:
|
||||||
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||||
|
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
||||||
|
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
||||||
|
hosts:
|
||||||
|
- host: &host "khazadtube.tv"
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
service:
|
||||||
|
name: main
|
||||||
|
port: http
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- *host
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
# config:
|
# config:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
|
|
Reference in a new issue