mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
ttrss: enable ingress 3
This commit is contained in:
@@ -52,16 +52,21 @@ spec:
|
|||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
host: rss.hensen.io
|
ingressClassName: nginx
|
||||||
http:
|
annotations:
|
||||||
|
# proxy-body-size is set to 0 to remove the body limit on file uploads
|
||||||
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||||
|
cert-manager.io/cluster-issuer: prod-cluster-issuer
|
||||||
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
||||||
|
hosts:
|
||||||
|
- host: rss.scoutingmbg.nl
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- path: "/"
|
||||||
service:
|
|
||||||
name: ttrss-tt-rss
|
tls:
|
||||||
port:
|
- secretName: letsencrypt-prod
|
||||||
number: 8080
|
hosts:
|
||||||
path: /
|
- rss.hensen.io
|
||||||
pathType: Prefix
|
|
||||||
|
|
||||||
# -- Bitnami postgres chart. For more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
# -- Bitnami postgres chart. For more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
||||||
# @default -- see bellow
|
# @default -- see bellow
|
||||||
|
|||||||
Reference in New Issue
Block a user