add plex
This commit is contained in:
@ -42,19 +42,21 @@ service:
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
className: ""
|
||||
className: "nginx"
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
# nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
# nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
hosts:
|
||||
- host: chart-example.local
|
||||
- host: overseerr.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementExact
|
||||
pathType: Prefix
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# - secretName: overseerr-tls
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
# - overseerr.local
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
Reference in New Issue
Block a user