|
|
|
@@ -18,23 +18,49 @@ You will, however, be able to use all values referenced in the common chart here
|
|
|
|
|
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
|
|
|
|
|
| existingSecret | string | `""` | |
|
|
|
|
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
|
|
|
| image.repository | string | `"postgres"` | |
|
|
|
|
|
| image.tag | string | `"13.4"` | |
|
|
|
|
|
| image.repository | string | `"bitnami/postgresql"` | |
|
|
|
|
|
| image.tag | string | `"13.4.0@sha256:7fff0f7e827cd8e1daa3adbf0ca3f19e21006023c0f6d1c2d835718961516a87"` | |
|
|
|
|
|
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
|
|
|
|
|
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
|
|
|
|
|
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | |
|
|
|
|
|
| initContainers.migrate-db.image | string | `"{{ .Values.alpineImage.repository}}:{{ .Values.alpineImage.tag }}"` | |
|
|
|
|
|
| initContainers.migrate-db.imagePullPolicy | string | `"IfNotPresent"` | |
|
|
|
|
|
| initContainers.migrate-db.securityContext.allowPrivilegeEscalation | bool | `true` | |
|
|
|
|
|
| initContainers.migrate-db.securityContext.privileged | bool | `true` | |
|
|
|
|
|
| initContainers.migrate-db.securityContext.runAsNonRoot | bool | `false` | |
|
|
|
|
|
| initContainers.migrate-db.securityContext.runAsUser | int | `0` | |
|
|
|
|
|
| initContainers.migrate-db.volumeMounts[0].mountPath | string | `"/bitnami/postgresql/old"` | |
|
|
|
|
|
| initContainers.migrate-db.volumeMounts[0].name | string | `"db"` | |
|
|
|
|
|
| initContainers.migrate-db.volumeMounts[1].mountPath | string | `"/bitnami/postgresql"` | |
|
|
|
|
|
| initContainers.migrate-db.volumeMounts[1].name | string | `"data"` | |
|
|
|
|
|
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
|
|
|
|
| persistence.data.enabled | bool | `true` | |
|
|
|
|
|
| persistence.data.mountPath | string | `"/bitnami/postgresql"` | |
|
|
|
|
|
| persistence.data.size | string | `"999Gi"` | |
|
|
|
|
|
| persistence.data.type | string | `"pvc"` | |
|
|
|
|
|
| persistence.db.accessMode | string | `"ReadWriteOnce"` | |
|
|
|
|
|
| persistence.db.enabled | bool | `true` | |
|
|
|
|
|
| persistence.db.mountPath | string | `"/var/lib/postgresql/data"` | |
|
|
|
|
|
| persistence.db.size | string | `"100Gi"` | |
|
|
|
|
|
| persistence.db.mountPath | string | `"/bitnami/postgresql/old"` | |
|
|
|
|
|
| persistence.db.size | string | `"999Gi"` | |
|
|
|
|
|
| persistence.db.type | string | `"pvc"` | |
|
|
|
|
|
| persistence.dbbackups.accessMode | string | `"ReadWriteOnce"` | |
|
|
|
|
|
| persistence.dbbackups.enabled | bool | `true` | |
|
|
|
|
|
| persistence.dbbackups.mountPath | string | `"/dbbackups"` | |
|
|
|
|
|
| persistence.dbbackups.size | string | `"100Gi"` | |
|
|
|
|
|
| persistence.dbbackups.size | string | `"999Gi"` | |
|
|
|
|
|
| persistence.dbbackups.type | string | `"pvc"` | |
|
|
|
|
|
| podSecurityContext.fsGroup | int | `568` | |
|
|
|
|
|
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
|
|
|
|
| podSecurityContext.runAsGroup | int | `0` | |
|
|
|
|
|
| podSecurityContext.runAsUser | int | `568` | |
|
|
|
|
|
| podSecurityContext.supplementalGroups | list | `[]` | |
|
|
|
|
|
| postgresqlDatabase | string | `"test"` | |
|
|
|
|
|
| postgresqlPassword | string | `"testpass"` | |
|
|
|
|
|
| postgresqlUsername | string | `"test"` | |
|
|
|
|
|
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
|
|
|
|
| securityContext.privileged | bool | `false` | |
|
|
|
|
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
|
|
|
|
| securityContext.runAsNonRoot | bool | `false` | |
|
|
|
|
|
| service.main.enabled | bool | `true` | |
|
|
|
|
|
| service.main.ports.main.port | int | `5432` | |
|
|
|
|
|
| strategy.type | string | `"Recreate"` | |
|
|
|
|
|
|
|
|
|
|
All Rights Reserved - The TrueCharts Project
|
|
|
|
|