mass update and migrate to networking.k8s.io/v1 api

This commit is contained in:
ace
2022-07-31 06:27:41 +03:00
parent b0ae6e8f4e
commit 3fd0781699
24 changed files with 497 additions and 164 deletions

View File

@ -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

View File

@ -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)