UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 28a26037 authored by mr-bot's avatar mr-bot Committed by Michael Martin
Browse files

loki update to 5.42.0-bb.8

parent 3a7d06f4
No related branches found
No related tags found
1 merge request!3907loki update to 5.42.0-bb.8
......@@ -696,11 +696,11 @@ loki:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/loki.git
path: "./chart"
tag: "5.42.0-bb.7"
tag: "5.42.0-bb.8"
helmRepo:
repoName: "registry1"
chartName: "loki"
tag: "5.42.0-bb.7"
tag: "5.42.0-bb.8"
# -- Flux reconciliation overrides specifically for the Loki Package
flux: {}
......
......@@ -797,6 +797,43 @@ loki:
istio:
hardened:
enabled: true
customServiceEntries:
- name: "allow-npm-for-cypress-tests"
enabled: true
spec:
hosts:
- 'registry.npmjs.org'
- 'download.cypress.io'
- 'cdn.cypress.io'
location: MESH_EXTERNAL
ports:
- number: 443
protocol: TLS
name: https
resolution: DNS
- name: "allow-repo1-for-cypress"
enabled: true
spec:
hosts:
- 'repo1.dso.mil'
location: MESH_EXTERNAL
ports:
- number: 443
protocol: TLS
name: https
resolution: DNS
- name: "allow-grafana-for-cypress"
enabled: true
spec:
hosts:
- 'grafana.bigbang.dev'
location: MESH_EXTERNAL
ports:
- number: 443
protocol: TLS
name: https
resolution: DNS
minio:
enabled: true
write:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment