UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 606fc680 authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'update-neuvector-tag-2.6.3-bb.13' into 'master'

neuvector update to 2.6.3-bb.13

Closes big-bang/product/packages/neuvector#82

See merge request !3991
parents ac6ce18e c79f8a79
No related branches found
No related tags found
1 merge request!3991neuvector update to 2.6.3-bb.13
Pipeline #3012049 passed
...@@ -749,11 +749,11 @@ neuvector: ...@@ -749,11 +749,11 @@ neuvector:
git: git:
repo: https://repo1.dso.mil/big-bang/product/packages/neuvector.git repo: https://repo1.dso.mil/big-bang/product/packages/neuvector.git
path: "./chart" path: "./chart"
tag: "2.6.3-bb.12" tag: "2.6.3-bb.13"
helmRepo: helmRepo:
repoName: "registry1" repoName: "registry1"
chartName: "neuvector" chartName: "neuvector"
tag: "2.6.3-bb.12" tag: "2.6.3-bb.13"
# -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". # -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public".
ingress: ingress:
......
...@@ -1122,6 +1122,46 @@ neuvector: ...@@ -1122,6 +1122,46 @@ neuvector:
values: values:
k3s: k3s:
enabled: true enabled: true
istio:
enabled: true
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-neuvector-for-cypress"
enabled: true
spec:
hosts:
- 'neuvector.bigbang.dev'
location: MESH_EXTERNAL
ports:
- number: 443
protocol: TLS
name: https
resolution: DNS
bbtests: bbtests:
enabled: true enabled: true
cypress: cypress:
...@@ -1135,16 +1175,62 @@ neuvector: ...@@ -1135,16 +1175,62 @@ neuvector:
limits: limits:
cpu: "2" cpu: "2"
memory: "1500M" memory: "1500M"
istio:
hardened:
enabled: true
twistlock: twistlock:
enabled: false enabled: false
sso: sso:
enabled: false enabled: false
client_id: dev_00eb8904-5b88-4c68-ad67-cec0d2e07aa6_twistlock-saml client_id: dev_00eb8904-5b88-4c68-ad67-cec0d2e07aa6_twistlock-saml
git:
tag: null
branch: "registry-only-sidecar-twistlock"
values: values:
istio:
enabled: true
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
exportTo:
- "."
ports:
- number: 443
protocol: TLS
name: https
resolution: DNS
- name: "allow-repo1-for-cypress"
enabled: true
spec:
hosts:
- 'repo1.dso.mil'
location: MESH_EXTERNAL
exportTo:
- "."
ports:
- number: 443
protocol: TLS
name: https
resolution: DNS
- name: "allow-twistlock-for-cypress"
enabled: true
spec:
hosts:
- 'twistlock.bigbang.dev'
location: MESH_EXTERNAL
exportTo:
- "."
ports:
- number: 443
protocol: TLS
name: https
resolution: DNS
console: console:
persistence: persistence:
size: 5Gi size: 5Gi
......
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