Created
June 14, 2023 14:34
-
-
Save rarmatei/1d3b3df652b2b14024f355c7e1cf49cf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
nxCloudAppURL: 'https://local.nx.app' | |
global: | |
imageRepository: 'nxprivatecloud' | |
imageTag: '2306.01.2.patch1' | |
secret: | |
name: 'nx-cloud-k8s-secret' | |
adminPassword: 'ADMIN_PASSWORD' | |
# githubAuthClientId: 'GITHUB_AUTH_CLIENT_ID' | |
# githubAuthClientSecret: 'GITHUB_AUTH_CLIENT_SECRET' | |
#github: | |
# auth: | |
# enabled: true | |
enableMessageQueue: true | |
frontend: | |
resources: | |
limits: | |
cpu: 500m | |
ephemeral-storage: 1Gi | |
memory: 512Mi | |
api: | |
resources: | |
limits: | |
cpu: 500m | |
ephemeral-storage: 1Gi | |
memory: 1Gi | |
fileServer: | |
resources: | |
limits: | |
cpu: 500m | |
ephemeral-storage: 1Gi | |
memory: 512Mi | |
nxApi: | |
resources: | |
limits: | |
cpu: '1' | |
ephemeral-storage: 1Gi | |
memory: 1Gi | |
aggregator: | |
resources: | |
limits: | |
cpu: 500m | |
ephemeral-storage: 1Gi | |
memory: 1200M | |
messagequeue: | |
image: | |
tag: 'latest' | |
nxCloudWorkflowController: | |
resources: | |
limits: | |
cpu: '1' | |
ephemeral-storage: 1Gi | |
memory: 1Gi | |
nxCloudWorkflows: | |
enabled: false | |
fileStorage: | |
size: '70Gi' | |
clearRecordsOlderThanDays: 15 | |
mongo: | |
useAutoGeneratedOperatorSecret: true | |
ingress: | |
skip: true | |
verboseLogging: 'true' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment