add service to ingress

This commit is contained in:
2024-05-23 16:32:17 -05:00
parent 3a93523103
commit 5d9aeb5574

View File

@@ -33,7 +33,6 @@ app-template:
protocol: HTTP
ingress:
main:
enabled: true
className: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
@@ -44,6 +43,9 @@ app-template:
paths:
- path: /
pathType: Prefix
service:
name: overseerr
port: 5055
tls:
- secretName: overseerr-secret-tls
hosts: