fix(k8s): traefik log spam for non-existing local-tls secret, because of namespace isolation

This commit is contained in:
2026-06-10 21:14:10 +02:00
parent 5f88ecf02b
commit 18d1e21690
15 changed files with 20 additions and 77 deletions
+3 -8
View File
@@ -34,8 +34,7 @@ spec:
services:
- name: nextcloud-apache
port: 11000
tls:
secretName: local-tls
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
@@ -53,8 +52,7 @@ spec:
services:
- name: nextcloud-apache
port: 11000
tls:
secretName: local-tls
---
# Nextcloud AIO
apiVersion: traefik.io/v1alpha1
@@ -92,8 +90,7 @@ spec:
port: 8888
scheme: https
serversTransport: insecure-transport
tls:
secretName: local-tls
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
@@ -111,5 +108,3 @@ spec:
port: 8888
scheme: https
serversTransport: insecure-transport
tls:
secretName: local-tls