-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
175 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Leave this file empty to ensure that CI runs builds against the default configuration in values.yaml. | ||
databaseUpgradeReady: true | ||
|
||
# To Fix ct tool --reuse-values - PASSWORDS ERROR: you must provide your current passwords when upgrade the release | ||
postgresql: | ||
postgresqlPassword: password | ||
persistence: | ||
enabled: false | ||
artifactory: | ||
persistence: | ||
enabled: false | ||
resources: | ||
requests: | ||
memory: "4Gi" | ||
cpu: "2" | ||
limits: | ||
memory: "6Gi" | ||
cpu: "4" | ||
javaOpts: | ||
xms: "4g" | ||
xmx: "4g" | ||
|
||
loggers: | ||
- access-audit.log | ||
- access-request.log | ||
- access-security-audit.log | ||
- access-service.log | ||
- artifactory-access.log | ||
- artifactory-event.log | ||
- artifactory-import-export.log | ||
- artifactory-request.log | ||
- artifactory-service.log | ||
- frontend-request.log | ||
- frontend-service.log | ||
- metadata-request.log | ||
- metadata-service.log | ||
- router-request.log | ||
- router-service.log | ||
- router-traefik.log | ||
|
||
catalinaLoggers: | ||
- tomcat-catalina.log | ||
- tomcat-localhost.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.