Skip to main content
Version: 12.x (Current)

Installation Chart Example

imageCredentials:
name: <PULL_SECRET_NAME> # array of image pull secret to pull Console services
username: <CONTAINER_REGISTRY_USERNAME> # username of the user which download the image from the container registry
password: <CONTAINER_REGISTRY_PASSWORD> # password of the user which download the image from the container registry
email: <CONTAINER_REGISTRY_EMAIL> # email of the user which download the image from the container registry

configurations:
consoleUrl: "<CONSOLE_URL>"
cmsUrl: "<CONSOLE_CMS_URL>"
marketplaceSyncFilters: "" # optional: use one or more of this values separated by a comma: template plugin example application. It is suggested to use at least plugin, to have the plugin automatically updated in marketplace
repositoryHostname: "<DOCKER_REPOSITORY>" # the docker registry host used for all the docker images in the projects
authProviders:
# this is the placeholder to use if your auth provider is gitlab
- name: "<AUTH_PROVIDER_ID>" # name of the provider
type: "gitlab"
label: "Login" # label of the login button
baseUrl: "<OAUTH_BASE_URL>" # base url of the gitlab instance
clientId: "<OAUTH_APP_ID>"
clientSecret: "<OAUTH_SECRET>"
authPath: "/oauth/authorize"
tokenPath: "/oauth/token"
userInfoPath: "/api/v4/user"
userSettingsURL: "<BASE_URL>/-/profile" # url to get user settings
skipRefreshProviderTokenOnMiaTokenRefresh: true # optional: skip the refresh of the provider token when the console one is expired
# this is the placeholder to use if your auth provider is github
- name: "<AUTH_PROVIDER_ID>" # name of the provider
type: "github"
baseUrl: "<OAUTH_BASE_URL>" # base url of the github instance
apiBaseUrl: <API_BASE_URL> # api base url
clientId: "<OAUTH_APP_ID>"
clientSecret: "<OAUTH_SECRET>"
cmsClientId: "<CMS_OAUTH_APP_ID>" # The app id with redirect to cms
cmsClientSecret: "<CMS_OAUTH_SECRET>" # The app secret with redirect to cms
authPath: "/oauth/authorize"
tokenPath: "/oauth/token"
userInfoUrl: "<API_BASE_URL>/user"
userSettingsURL: "<BASE_URL>/settings/profile" # url to get user settings
skipRefreshProviderTokenOnMiaTokenRefresh: true # optional: skip the refresh of the provider token when the console one is expired
# this is the placeholder to use if your auth provider is okta
- name: "<AUTH_PROVIDER_ID>" # name of the provider
type: "okta"
label: "Login" # label of the login button
baseUrl: "<OAUTH_BASE_URL>" # base url of okta
clientId: "<OAUTH_APP_ID>"
clientSecret: "<OAUTH_SECRET>"
authPath: "/oauth2/v1/authorize"
tokenPath: "/oauth2/v1/token"
userInfoPath: "/oauth2/v1/userinfo"
userSettingsURL: "<BASE_URL>/enduser/settings"
logoutUrlPath: "/oauth2/v1/logout"
skipRefreshProviderTokenOnMiaTokenRefresh: true # optional: skip the refresh of the provider token when the console one is expired
# this is the placeholder to use if your auth provider is microsoft
- name: "<AUTH_PROVIDER_ID>" # name of the provider
type: "microsoft"
baseUrl: "<OAUTH_BASE_URL>" # base url of microsoft instance
clientId: "<OAUTH_APP_ID>"
clientSecret: "<OAUTH_SECRET>"
authPath: "/authorize"
tokenPath: "/token"
userInfoUrl: "https://graph.microsoft.com/oidc/userinfo"
userSettingsURL: "https://account.microsoft.com/profile/"
logoutUrlPath: "/logout"
skipRefreshProviderTokenOnMiaTokenRefresh: true # optional: skip the refresh of the provider token when the console one is expired
redis:
hosts:
- "<REDIS_HOST>" # host to connect to redis

mongodbUrl: "<MONGODB_URL>" # url for the mongodb connection for the console
filesStorageType: "mongodb"
filesBucketName: "<GRIDFS_COLLECTION_NAME>" # gridFS collection name
multitinenantNamespace: ""
miaPlatformDefaultCompanyId: "mia-platform" # the ID of the default Mia-Platform company
serviceAccountAuthProvider:
rsaPrivateKeyId: "PRIVATE KEY ID"
rsaPrivateKeyPass: "PRIVATE KEY PASSPHRASE"
clientIdSalt: "CLIENT SALT"
rsaPrivateKeyBase64: |
"BASE64_PrivateKey"
userAccountAuthProvider:
tokenPassphrase: "<PROVIDER_TOKEN_PASS_PHRASE>" # An HMAC string of 128 bytes for authentication purpose
jwtTokenPrivateKeyBase64: |
"BASE64_PrivateKey"
jwtTokenPrivateKeyPassword: "PRIVATE KEY PASSPHRASE"
jwtTokenPrivateKeyKid: "PRIVATE KEY ID"
servicesImagePullSecrets:
- "<SERVICE_PULL_SECRET>" # array of image pull secret to pull your custom services
defaultCoreResources:
apiGateway:
memoryLimitMin: "5Mi"
memoryLimitMax: "25Mi"
crudService:
memoryLimitMin: "70Mi"
memoryLimitMax: "250Mi"
crudEncryption: # ../../../../runtime_suite/crud-service/encryption_configuration
keyVaultNamespace: "<dbname.collectionname>" # set to the collection you wish to use as encryption key vault.
kmsProvider: "gcp|local" # set to gcp or local based on your desired KMS
# use this configuration if you want to use locally managed master encryption key
localConfig:
masterKey: "<CRUD_ENCRYPTION_KEY>"
# use this configuration if you want to use the GCP KMS for managing master encryption key
gcpConfig:
email: "<KMS_GCP_EMAIL>"
projectId: "<KMS_GCP_PROJECT_ID>"
location: "<KMS_GCP_LOCATION>"
keyRing: "<KMS_GCP_KEY_RING>"
keyName: "<KMS_GCP_KEY_NAME>"
privateKey: "<CRUD_ENCRYPTION_KEY>"

apiGateway:
deploy:
resources:
requests:
cpu: "200m"
memory: "150Mi"
limits:
cpu: "500m"
memory: "250Mi"

rateLimitEnvoy:
deploy:
resources:
requests:
cpu: "100m"
memory: "150Mi"
limits:
cpu: "300m"
memory: "200Mi"

apiPortal:
deploy:
resources:
requests:
cpu: "10m"
memory: "5Mi"
limits:
cpu: "50m"
memory: "25Mi"

authenticationService:
deploy:
resources:
requests:
cpu: "50m"
memory: "20Mi"
limits:
memory: 100Mi
cpu: "200m"

authorizationService:
deploy:
resources:
requests:
cpu: "50m"
memory: "20Mi"
limits:
memory: "100Mi"
cpu: "200m"

backendService:
deploy:
resources:
requests:
memory: "100Mi"
cpu: "150m"
limits:
memory: "700Mi"
cpu: "400m"
rbacSidecar:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "500m"

crudService:
deploy:
resources:
requests:
memory: "200Mi"
cpu: "200m"
limits:
memory: "500Mi"
cpu: "500m"
rbacSidecar:
resources:
requests:
memory: "100Mi"
cpu: "300m"
limits:
memory: "300Mi"
cpu: "800m"

deployService:
deploy:
resources:
requests:
memory: "50Mi"
cpu: "50m"
limits:
memory: "250Mi"
cpu: "150m"
rbacSidecar:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "400m"

environmentsVariables:
deploy:
resources:
requests:
memory: "70Mi"
cpu: "50m"
limits:
memory: "150Mi"
cpu: "150m"
rbacSidecar:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "300m"

favoritesService:
deploy:
resources:
requests:
memory: "50Mi"
cpu: "50m"
limits:
memory: "250Mi"
cpu: "150m"

featureToggleService:
deploy:
resources:
requests:
memory: "50Mi"
cpu: "50m"
limits:
memory: "250Mi"
cpu: "350m"

filesService:
deploy:
resources:
requests:
cpu: "100m"
memory: "120Mi"
limits:
cpu: "300m"
memory: "300Mi"

kubernetesService:
deploy:
resources:
requests:
memory: "200Mi"
cpu: "100m"
limits:
memory: "600Mi"
cpu: "400m"
rbacSidecar:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "350m"

licenseManager:
deploy:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "300m"

licenseMetricsGenerator:
cronjob:
resources:
requests:
memory: "200Mi"
cpu: "100m"
limits:
memory: "600Mi"
cpu: "300m"

mailService:
deploy:
resources:
requests:
memory: "50Mi"
cpu: "50m"
limits:
memory: "250Mi"
cpu: "150m"

miaCraftBff:
deploy:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "300m"

notificationProvider:
deploy:
resources:
requests:
cpu: "30m"
memory: "100Mi"
limits:
cpu: "100m"
memory: "200Mi"

projectService:
deploy:
resources:
requests:
memory: "50Mi"
cpu: "50m"
limits:
memory: "250Mi"
cpu: "400m"

rbacManagerBff:
deploy:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "300m"
rbacSidecar:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "300m"

rbacStandalone:
deploy:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "300m"

swaggerAggregator:
deploy:
resources:
requests:
memory: "50Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "400m"

tenantOverviewBff:
deploy:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "300m"
rbacSidecar:
resources:
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "300Mi"
cpu: "300m"

websites:
deploy:
resources:
requests:
cpu: "100m"
memory: "20Mi"
limits:
cpu: "150m"
memory: "25Mi"

backoffice:
deploy:
resources:
requests:
memory: "250Mi"
cpu: "100m"
limits:
memory: "250Mi"
cpu: "250m"