hyperdx ingress

This commit is contained in:
GitBluub
2026-01-07 12:44:33 +01:00
parent 0c59a98737
commit 0ec01552ad
+16
View File
@@ -29,6 +29,22 @@ spec:
enabled: false
global:
storageClassName: openebs-zfs-tank
ingress:
enabled: true
ingressClassName: cilium
annotations:
cert-manager.io/cluster-issuer: letsencrypt
acme.cert-manager.io/http01-edit-in-place: "true"
host: hyperdx.sdg.moe
path: "/(.*)"
pathType: "ImplementationSpecific"
proxyBodySize: "100m"
proxyConnectTimeout: "60"
proxySendTimeout: "60"
proxyReadTimeout: "60"
tls:
enabled: true
secretName: "hyperdx-ssl"
hyperdx:
otelExporterEndpoint: "http://otel-collector.otel.svc:4317"