We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83ae2e0 + ea3256e commit 7be117aCopy full SHA for 7be117a
fleet/lib/loki/overlays/kueyen/values.yaml
@@ -35,16 +35,13 @@ indexGateway:
35
replicas: 1
36
37
gateway:
38
- service:
39
- type: LoadBalancer
40
- port: 80
41
ingress:
42
hosts:
43
- host: loki.kueyen.dev.lsst.org
44
paths:
45
- path: /
46
pathType: Prefix
47
tls:
48
- - secretName: loki-dashboard-ingress-tls
+ - secretName: tls-loki-ingress
49
50
- loki.kueyen.dev.lsst.org
fleet/lib/loki/values.yaml
@@ -43,9 +43,6 @@ deploymentMode: Distributed
enabled: true
51
ingressClassName: nginx
0 commit comments