upgrade cert-manager and configure it to use dns instead of http
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user