fix(dharma): drop letsencrypt certResolver from IngressRoute

This commit is contained in:
2026-05-04 20:56:29 +00:00
parent 6f5d041440
commit be0508037a
2 changed files with 10 additions and 7 deletions
@@ -14,5 +14,6 @@ spec:
services:
- name: dharma
port: 8765
tls:
certResolver: letsencrypt
# TLS terminates at Cloudflare; tunnel reaches Traefik with noTLSVerify.
# Traefik websecure entrypoint has its own default cert (no resolver
# configured in this cluster), matching every other neuron-prod IngressRoute.