We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a47f365 + 74ce051 commit 5a7415bCopy full SHA for 5a7415b
CHANGELOG.md
@@ -12,6 +12,11 @@
12
13
## Release 131.0.5 (in development)
14
15
+### Bug Fixes
16
+
17
+- Do not deploy Loki ingress when Loki addon is not enabled
18
+ (PR[#4725](https://github.com/scality/metalk8s/pull/4725))
19
20
## Release 131.0.4
21
22
## Release 131.0.3
salt/metalk8s/addons/ui/deployed/ingress.sls
@@ -87,13 +87,15 @@ spec:
87
name: alertmanager-api
88
port:
89
number: 9093
90
+ {%- if pillar.addons.loki.enabled %}
91
- path: /api/loki(/|$)(.*)
92
pathType: Prefix
93
backend:
94
service:
95
name: loki-api
96
97
number: 3100
98
+ {%- endif %}
99
---
100
apiVersion: networking.k8s.io/v1
101
kind: Ingress
0 commit comments