mass update and migrate to networking.k8s.io/v1 api
This commit is contained in:
@ -11,5 +11,5 @@ dependencies:
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.3.2
|
||||
type: application
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
appVersion: 4.2.2
|
||||
|
@ -646,19 +646,20 @@ service:
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
annotations:
|
||||
#kubernetes.io/ingress.class: nginx
|
||||
#kubernetes.io/tls-acme: "true"
|
||||
#nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
#nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
||||
#nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
||||
className: ""
|
||||
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: peertube.example.com
|
||||
paths: ["/"]
|
||||
- host: chart-example.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls: []
|
||||
# - secretName: peertube.example.com-tls
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
# - peertube.example.com
|
||||
# - chart-example.local
|
||||
|
||||
persistence:
|
||||
# PeerTube Data (/var/www/peertube)
|
||||
|
Reference in New Issue
Block a user