Skip to content

Commit fc8d014

Browse files
authored
Merge pull request #1071 from lsst-it/IT-6426_change_loki_endpoint
(fleet/loki) change ingress
2 parents 7a297b4 + a153ec1 commit fc8d014

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
gateway:
2+
enabled: true
3+
ingress:
4+
enabled: true
5+
ingressClassName: nginx
6+
annotations:
7+
cert-manager.io/cluster-issuer: letsencrypt
8+
nginx.ingress.kubernetes.io/backend-protocol: HTTP
9+
nginx.ingress.kubernetes.io/proxy-read-timeout: "60"
10+
nginx.ingress.kubernetes.io/proxy-send-timeout: "60"
11+
nginx.ingress.kubernetes.io/client-body-buffer-size: 10m
12+
hosts:
13+
- host: loki.${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }.lsst.org
14+
paths:
15+
- path: /
16+
pathType: Prefix
17+
tls:
18+
- secretName: tls-loki-ingress
19+
hosts:
20+
- loki.${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }.lsst.org
121
loki:
222
limits_config:
323
retention_period: 10d

fleet/lib/loki/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ gateway:
1212
nginx.ingress.kubernetes.io/proxy-send-timeout: "60"
1313
nginx.ingress.kubernetes.io/client-body-buffer-size: 10m
1414
hosts:
15-
- host: loki.${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }.lsst.org
15+
- host: loki.${ .ClusterLabels.site }.lsst.org
1616
paths:
1717
- path: /
1818
pathType: Prefix
1919
tls:
2020
- secretName: tls-loki-ingress
2121
hosts:
22-
- loki.${ get .ClusterLabels "management.cattle.io/cluster-display-name" }.${ .ClusterLabels.site }.lsst.org
22+
- loki.${ .ClusterLabels.site }.lsst.org
2323

2424
global:
2525
extraEnv:

0 commit comments

Comments
 (0)