Skip to content

Commit 7be117a

Browse files
authored
Merge pull request #969 from lsst-it/IT-6060_deploy_loki_on_kueyen_fix
2 parents 83ae2e0 + ea3256e commit 7be117a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

fleet/lib/loki/overlays/kueyen/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,13 @@ indexGateway:
3535
replicas: 1
3636

3737
gateway:
38-
service:
39-
type: LoadBalancer
40-
port: 80
4138
ingress:
4239
hosts:
4340
- host: loki.kueyen.dev.lsst.org
4441
paths:
4542
- path: /
4643
pathType: Prefix
4744
tls:
48-
- secretName: loki-dashboard-ingress-tls
45+
- secretName: tls-loki-ingress
4946
hosts:
5047
- loki.kueyen.dev.lsst.org

fleet/lib/loki/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ deploymentMode: Distributed
4343

4444
gateway:
4545
enabled: true
46-
service:
47-
type: LoadBalancer
48-
port: 80
4946
ingress:
5047
enabled: true
5148
ingressClassName: nginx

0 commit comments

Comments
 (0)