Remove public ingress.

This commit is contained in:
Joseph Hanson 2023-12-27 10:28:23 -06:00
parent 94aa6d1a6f
commit 363a5c85ec

View file

@ -38,14 +38,6 @@ spec:
replicaCount: 3
ingress:
enabled: true
ingressClassName: hsn-nginx
annotations:
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
hostname: &host thanos-query-frontend.hsn.dev
tls: true
extraTls:
- hosts:
- *host
query:
enabled: true
replicaCount: 3