Portworx Backup Helm chart
The following table lists the configurable parameters of the Portworx Backup Helm chart and their default values.
Portworx Backup parameters
Parameter | Description | Default Value |
---|---|---|
images |
PX-Backup deployment images | "" |
pxbackup.enabled |
Enabled PX-Backup | false |
pxbackup.orgName |
PX-Backup organization name | default |
pxbackup.mongoMigration |
Flag for mongo migration while upgrading PX-Backup from 1.2.x to 2.x.x | complete |
persistentStorage.mongodbVolumeSize |
MongoDB volume size | "64Gi" |
persistentStorage.mongoCacheSize |
MongoDB cache size in GB | "4" |
service.pxBackupUIServiceType |
Service type of PX-Backup UI | "LoadBalancer" |
service.pxBackupUIServiceAnnotations |
Annotations for the PX-Backup UI service | "{}" |
images.pxBackupImage.registry |
PX-Backup image registry | docker.io |
images.pxBackupImage.repo |
PX-Backup image repo | portworx |
images.pxBackupImage.imageName |
PX-Backup image name | px-backup |
images.pxBackupImage.tag |
PX-Backup image tag | 2.4.2 |
images.mongodbImage.registry |
PX-Backup mongodb image registry | docker.io |
images.mongodbImage.repo |
PX-Backup mongodb image repo | portworx |
images.mongodbImage.imageName |
PX-Backup mongodb image name | mongodb |
images.mongodbImage.tag |
PX-Backup mongodb image tag | 5.0.14-debian-11-r27 |
Portworx License Server parameters
The following table lists the configurable parameters of the PX-License-Server chart and their default values.
Parameter | Description | Default Value |
---|---|---|
pxlicenseserver |
PX license server deployment | `` |
pxlicenseserver.enabled |
PX-Central cluster enabled license server component | false |
pxlicenseserver.internal |
PX-Central cluster license server | `` |
pxlicenseserver.internal.enabled |
PX-Central cluster license server enabled | true |
pxlicenseserver.internal.lsTypeUAT |
PX license server deployment type [UAT] | false |
pxlicenseserver.internal.lsTypeAirgapped |
PX license server deployment type [Air-gapped] | false |
pxlicenseserver.external.enabled |
External license server enabled | false |
pxlicenseserver.mainNodeIP |
External license server main node endpoints | `` |
pxlicenseserver.backupNodeIP |
External license server backup node endpoints | `` |
pxlicenseserver.adminUserName |
PX license server admin user name | admin |
pxlicenseserver.adminUserPassword |
PX license server admin user password | Adm1n!Ur |
securityContext |
Security context for the pod | {runAsUser: 1000, fsGroup: 1000, runAsNonRoot: true} |
images |
PX license server images | `` |
images.licenseServerImage |
License server images | `` |
images.licenseServerImage.registry |
License server image registry | docker.io |
images.licenseServerImage.repo |
License server image repo | portworx |
images.licenseServerImage.imageName |
License server image name | px-els |
images.licenseServerImage.tag |
License server image tag | 2.3.2 |
Portworx Central parameters
Parameter | Description | Default Value |
---|---|---|
persistentStorage |
Persistent storage for all px-central components | "" |
persistentStorage.enabled |
Enable persistent storage | true |
persistentStorage.storageClassName |
Provide storage class name which exists | "" |
persistentStorage.mysqlVolumeSize |
MySQL volume size | "100Gi" |
persistentStorage.keycloakThemeVolumeSize |
Keycloak frontend theme volume size | "5Gi" |
persistentStorage.keycloakBackendVolumeSize |
Keycloak backend volume size | "10Gi" |
storkRequired |
Scheduler name as stork | false |
nodeAffinityLabel |
Label for node affinity for px-central components | "" |
podAntiAffinity |
PodAntiAffinity will make sure pods are distributed | false |
pxcentralDBPassword |
PX-Central cluster store mysql database password | Password1 |
caCertsSecretName |
Name of the Kubernetes Secret, which contains the CA Certificates. | "" |
oidc |
Enable OIDC for PX-Central and PX-backup for RBAC | "" |
oidc.centralOIDC |
PX-Central OIDC | "" |
oidc.centralOIDC.enabled |
PX-Central OIDC | true |
oidc.centralOIDC.defaultUsername |
PX-Central OIDC username | admin |
oidc.centralOIDC.defaultPassword |
PX-Central OIDC admin user password | admin |
oidc.centralOIDC.defaultEmail |
PX-Central OIDC admin user email | admin@portworx.com |
oidc.centralOIDC.keyCloakBackendUserName |
Keycloak backend store username | keycloak |
oidc.centralOIDC.keyCloakBackendPassword |
Keycloak backend store password | keycloak |
oidc.centralOIDC.clientId |
PX-Central OIDC client id | pxcentral |
oidc.centralOIDC.updateAdminProfile |
Enable/Disable admin profile update action | true |
oidc.externalOIDC |
Enable external OIDC provider | "" |
oidc.externalOIDC.enabled |
Enabled external OIDC provider | false |
oidc.externalOIDC.clientID |
External OIDC client ID | "" |
oidc.externalOIDC.clientSecret |
External OIDC client secret | "" |
oidc.externalOIDC.endpoint |
External OIDC endpoint | "" |
securityContext |
Security context for the pod | {runAsUser: 1000, fsGroup: 1000, runAsNonRoot: true} |
postInstallJob.sslEnabled |
Kubernetes apis with ssl enabled in post-install-job pod | true |
service.pxCentralUIServiceType |
Service type of PX-Central UI | "LoadBalancer" |
service.pxCentralUIServiceAnnotations |
Annotations for PX-Central UI service | "{}" |
images.pullSecrets |
Image pull secrets | docregistry-secret |
images.pullPolicy |
Image pull policy | Always |
images.pxcentralApiServerImage.registry |
API server image registry | docker.io |
images.pxcentralApiServerImage.repo |
API server image repo | portworx |
images.pxcentralApiServerImage.imageName |
API server image name | pxcentral-onprem-api |
images.pxcentralApiServerImage.tag |
API server image tag | 2.4.2 |
images.pxcentralFrontendImage.registry |
PX-Central frontend image registry | docker.io |
images.pxcentralFrontendImage.repo |
PX-Central frontend image repo | portworx |
images.pxcentralFrontendImage.imageName |
PX-Central frontend image name | pxcentral-onprem-ui-frontend |
images.pxcentralFrontendImage.tag |
PX-Central frontend image tag | 2.4.2 |
images.pxcentralBackendImage.registry |
PX-Central backend image registry | docker.io |
images.pxcentralBackendImage.repo |
PX-Central backend image repo | portworx |
images.pxcentralBackendImage.imageName |
PX-Central backend image name | pxcentral-onprem-ui-backend |
images.pxcentralBackendImage.tag |
PX-Central backend image tag | 2.4.2 |
images.pxcentralMiddlewareImage.registry |
PX-Central middleware image registry | docker.io |
images.pxcentralMiddlewareImage.repo |
PX-Central middleware image repo | portworx |
images.pxcentralMiddlewareImage.imageName |
PX-Central middleware image name | pxcentral-onprem-ui-lhbackend |
images.pxcentralMiddlewareImage.tag |
PX-Central middleware image tag | 2.4.2 |
images.postInstallSetupImage.registry |
PX-Backup post install setup image registry | docker.io |
images.postInstallSetupImage.repo |
PX-Backup post install setup image repo | portworx |
images.postInstallSetupImage.imageName |
PX-Backup post install setup image name | pxcentral-onprem-post-setup |
images.postInstallSetupImage.tag |
PX-Backup post install setup image tag | 2.4.2 |
images.keycloakBackendImage.registry |
PX-Backup keycloak backend image registry | docker.io |
images.keycloakBackendImage.repo |
PX-Backup keycloak backend image repo | portworx |
images.keycloakBackendImage.imageName |
PX-Backup keycloak backend image name | postgresql |
images.keycloakBackendImage.tag |
PX-Backup keycloak backend image tag | 11.19.0-debian-11-r1 |
images.keycloakFrontendImage.registry |
PX-Backup keycloak frontend image registry | docker.io |
images.keycloakFrontendImage.repo |
PX-Backup keycloak frontend image repo | jboss |
images.keycloakFrontendImage.imageName |
PX-Backup keycloak frontend image name | keycloak |
images.keycloakFrontendImage.tag |
PX-Backup keycloak frontend image tag | 16.1.1 |
images.keycloakLoginThemeImage.registry |
PX-Backup keycloak login theme image registry | docker.io |
images.keycloakLoginThemeImage.repo |
PX-Backup keycloak login theme image repo | portworx |
images.keycloakLoginThemeImage.imageName |
PX-Backup keycloak login theme image name | keycloak-login-theme |
images.keycloakLoginThemeImage.tag |
PX-Backup keycloak login theme image tag | 2.2.0 |
images.keycloakInitContainerImage.registry |
PX-Backup keycloak init container image registry | docker.io |
images.keycloakInitContainerImage.repo |
PX-Backup keycloak init container image repo | library |
images.keycloakInitContainerImage.imageName |
PX-Backup keycloak init container image name | busybox |
images.keycloakInitContainerImage.tag |
PX-Backup keycloak init container image tag | 1.31 |
images.mysqlImage.registry |
PX-Central cluster store mysql image registry | docker.io |
images.mysqlImage.repo |
PX-Central cluster store mysql image repo | library |
images.mysqlImage.imageName |
PX-Central cluster store mysql image name | mysql |
images.mysqlImage.tag |
PX-Central cluster store mysql image tag | 5.7.41 |
Last edited: Wednesday, Apr 26, 2023
Questions? Visit the Portworx forum.