change ingress

This commit is contained in:
2024-07-31 19:14:59 -05:00
parent 2993701514
commit 59de1578b6
3 changed files with 20 additions and 60 deletions

View File

@@ -97,6 +97,26 @@ koel:
port: 80
targetPort: 80
protocol: HTTP
ingress:
main:
enabled: true
className: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: letsencrypt-issuer
hosts:
- host: koel.alexlebens.net
paths:
- path: /
pathType: Prefix
service:
name: koel
port: 80
tls:
- secretName: koel-secret-tls
hosts:
- koel.alexlebens.net
persistence:
covers:
storageClass: ceph-block