upgrade cert-manager and configure it to use dns instead of http

This commit is contained in:
gilgamezh
2026-01-11 12:22:18 +01:00
parent be0b6b6dd4
commit f3b7d23bb7
3 changed files with 36 additions and 5 deletions
+27
View File
@@ -79,3 +79,30 @@ spec:
- hosts:
- sonarr.gilgamezh.me
secretName: sonarr-gilgamezh-me
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/ingress.class: traefik
labels:
app: lidarr
name: lidarr
namespace: default
spec:
rules:
- host: lidarr.gilgamezh.me
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: lidarr
port:
number: 8686
tls:
- hosts:
- lidarr.gilgamezh.me
secretName: lidarr-gilgamezh-me