UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a88e8194 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'fortify-59-more-pipeline-issues' into 'master'

updating the test/test-values.yaml

Closes big-bang/product/packages/fortify#59

See merge request !3189
parents 4831eabb 7c8d76a7
No related branches found
No related tags found
1 merge request!3189updating the test/test-values.yaml
Pipeline #2264942 passed with warnings
......@@ -1421,11 +1421,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/fortify.git
path: "./chart"
tag: "1.1.2311007-bb.0"
tag: "1.1.2311007-bb.1"
helmRepo:
repoName: "registry1"
chartName: "fortify"
tag: "1.1.2311007-bb.0"
tag: "1.1.2311007-bb.1"
# -- Flux reconciliation overrides specifically for the Fortify Package
flux: {}
......
......@@ -589,8 +589,10 @@ kyvernoPolicies:
- resources:
namespaces:
- gitlab
- fortify
names:
- gitlab-minio-*
- fortify-mysql-* # mysql breaks if you give it a different group
require-non-root-user:
exclude:
any:
......@@ -968,15 +970,76 @@ addons:
fortify:
enabled: false
flux:
timeout: 5m
timeout: 15m
ingress:
gateway: ""
sso:
enabled: false
values:
storage:
volume: 5Gi
jvmMaxRAMPercentage: 85
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gi
databaseSecret:
useRoot: true
initContainer:
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 250m
memory: 64Mi
trust_store_password: dsoppassword
key_store_password: dsoppassword
key_store_cert_password : dsoppassword
fortify_autoconfig: |
appProperties:
host.validation: false
datasourceProperties:
db.username: root
db.password: password
jdbc.url: 'jdbc:mysql://fortify-mysql:3306/ssc_db?sessionVariables=collation_connection=latin1_general_cs&rewriteBatchedStatements=true'
dbMigrationProperties:
migration.enabled: true
migration.username: root
migration.password: password
fortify_license: |
<License>
mysql:
primary:
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 100m
memory: 500Mi
secondary:
resources:
limits:
cpu: 100m
memory: 500Mi
requests:
cpu: 100m
memory: 500Mi
metrics:
resources:
limits:
cpu: 100m
memory: 500Mi
requests:
cpu: 100m
memory: 256Mi
bbtests:
enabled: true
cypress:
cypress: # note `cypress:*`` is different than in the fortify chart test-values.yaml
envs:
cypress_url: "https://fortify.bigbang.dev"
......
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