pretix
pretix
Reinventing ticket presales, one ticket at a time.
Maintainers
| Name | Url | |
|---|---|---|
| WrenIX | https://wrenix.eu |
Source Code
- https://github.com/pretix/pretix
- https://codeberg.org/wrenix/helm-charts/src/branch/main/pretix
- https://hub.docker.com/r/pretix/standalone
Usage
Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm’s documentation to get started. Once Helm has been set up correctly, fetch the charts as follows:
helm pull oci://codeberg.org/wrenix/helm-charts/pretixYou can install a chart release using the following command:
helm install pretix-release oci://codeberg.org/wrenix/helm-charts/pretix --values values.yamlTo uninstall a chart release use helm’s delete command:
helm uninstall pretix-releaseRequirements
| Repository | Name | Version |
|---|---|---|
| https://valkey.io/valkey-helm/ | valkey | ^0.9.2 |
| oci://docker.io/cloudpirates | postgres | ^0.7.2 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} | |
| autoscaling.enabled | bool | false | |
| autoscaling.maxReplicas | int | 100 | |
| autoscaling.minReplicas | int | 1 | |
| autoscaling.targetCPUUtilizationPercentage | int | 80 | |
| cronSchedule | string | "*/30 * * * *" | |
| env.PRETIX_CELERY_BACKEND | object | {"value":"redis://{{ include \"pretix.fullname\" . }}-valkey/1"} | set REDIS on runtime (inside of pod) for example with external secret by different enviroment |
| env.PRETIX_CELERY_BROKER | object | {"value":"redis://{{ include \"pretix.fullname\" . }}-valkey/2"} | set REDIS on runtime (inside of pod) for example with external secret by different enviroment |
| env.PRETIX_DATABASE_BACKEND | string | "postgresql" | |
| env.PRETIX_DATABASE_HOST | string | "pretix-postgres" | |
| env.PRETIX_DATABASE_NAME | string | "pretix" | |
| env.PRETIX_DATABASE_PASSWORD | string | "pretix" | |
| env.PRETIX_DATABASE_USER | string | "pretix" | |
| env.PRETIX_MAIL_FROM | string | "test@example.com" | |
| env.PRETIX_MAIL_HOST | string | nil | |
| env.PRETIX_MAIL_PASSWORD | string | nil | |
| env.PRETIX_MAIL_PORT | int | 587 | |
| env.PRETIX_MAIL_TLS | bool | true | |
| env.PRETIX_MAIL_USER | string | nil | |
| env.PRETIX_METRICS_ENABLED | bool | false | |
| env.PRETIX_METRICS_PASSPHRASE | string | "pretix" | |
| env.PRETIX_METRICS_USER | string | "pretix" | |
| env.PRETIX_PRETIX_CURRENCY | string | "EUR" | |
| env.PRETIX_PRETIX_DATADIR | string | "/data" | |
| env.PRETIX_PRETIX_INSTANCE_NAME | string | "Pretix Helm" | |
| env.PRETIX_PRETIX_TRUST_X_FORWARDED_FOR | bool | true | |
| env.PRETIX_PRETIX_TRUST_X_FORWARDED_PROTO | bool | true | |
| env.PRETIX_PRETIX_URL | string | "http://localhost" | |
| env.PRETIX_REDIS_LOCATION | object | {"value":"redis://{{ include \"pretix.fullname\" . }}-valkey/0"} | set REDIS on runtime (inside of pod) for example with external secret by different enviroment example: value: 'redis://:$(REDIS_PASSWORD)@{{ include "pretix.fullname" . }}-valkey/0' |
| env.PRETIX_REDIS_SESSIONS | bool | true | |
| fullnameOverride | string | "" | |
| global.image.pullPolicy | string | nil | if set it will overwrite all pullPolicy |
| global.image.registry | string | nil | if set it will overwrite all registry entries |
| grafana.dashboards.annotations | object | {} | |
| grafana.dashboards.enabled | bool | false | |
| grafana.dashboards.labels.grafana_dashboard | string | "1" | |
| image.pullPolicy | string | "IfNotPresent" | This sets the pull policy for images. (could be overwritten by global.image.pullPolicy) |
| image.registry | string | "docker.io" | image registry (could be overwritten by global.image.registry) |
| image.repository | string | "pretix/standalone" | image repository |
| image.tag | string | "" | image tag - Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | [] | |
| ingress.annotations | object | {} | |
| ingress.className | string | "" | |
| ingress.enabled | bool | false | |
| ingress.hosts[0].host | string | "chart-example.local" | |
| ingress.hosts[0].paths[0].path | string | "/" | |
| ingress.hosts[0].paths[0].pathType | string | "ImplementationSpecific" | |
| ingress.tls | list | [] | |
| livenessProbe.httpGet.httpHeaders[0].name | string | "host" | |
| livenessProbe.httpGet.httpHeaders[0].value | string | "localhost" | |
| livenessProbe.httpGet.path | string | "/healthcheck/" | |
| livenessProbe.httpGet.port | string | "http" | |
| nameOverride | string | "" | |
| nodeSelector | object | {} | |
| persistence.accessMode | string | "ReadWriteOnce" | |
| persistence.annotations | object | {} | |
| persistence.enabled | bool | true | |
| persistence.existingClaim | string | nil | A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound |
| persistence.hostPath | string | nil | Do not create an PVC, direct use hostPath in Pod |
| persistence.size | string | "5Gi" | |
| persistence.storageClass | string | nil | Persistent Volume Storage Class If defined, storageClassName: |
| podAnnotations | object | {} | |
| podLabels | object | {} | |
| podSecurityContext | object | {} | |
| postgres.auth.database | string | "pretix" | |
| postgres.auth.password | string | "supersecureadminpassword" | |
| postgres.auth.username | string | "pretix" | |
| postgres.enabled | bool | true | |
| prometheus.rules.additionalRules | list | [] | |
| prometheus.rules.enabled | bool | false | |
| prometheus.rules.labels | object | {} | |
| prometheus.servicemonitor.enabled | bool | false | broken, Host need to be localhost on request (instatt of ip) needs: https://github.com/prometheus-operator/prometheus-operator/pull/7003 |
| prometheus.servicemonitor.interval | string | nil | interval |
| prometheus.servicemonitor.labels | object | {} | |
| prometheus.servicemonitor.scrapeTimeout | string | nil | scrape timeout |
| readinessProbe.httpGet.httpHeaders[0].name | string | "host" | |
| readinessProbe.httpGet.httpHeaders[0].value | string | "localhost" | |
| readinessProbe.httpGet.path | string | "/healthcheck/" | |
| readinessProbe.httpGet.port | string | "http" | |
| replicas.taskworker | int | 1 | replicas of taskworker |
| replicas.web | int | 1 | replicas of web service |
| resources | object | {} | |
| securityContext | object | {} | |
| service.port | int | 80 | |
| service.type | string | "ClusterIP" | |
| serviceAccount.annotations | object | {} | |
| serviceAccount.automount | bool | true | |
| serviceAccount.create | bool | true | |
| serviceAccount.name | string | "" | |
| tolerations | list | [] | |
| valkey.dataStorage.className | string | "" | |
| valkey.dataStorage.keepPvc | bool | true | |
| valkey.external.host | string | "valkey" | |
| valkey.external.port | int | 6379 | |
| valkey.internal | bool | true | |
| valkey.service.port | int | 6379 | |
| volumeMounts | list | [] | |
| volumes | list | [] |
Autogenerated from chart metadata using helm-docs
pretix
Reinventing ticket presales, one ticket at a time.
Maintainers
| Name | Url | |
|---|---|---|
| WrenIX | https://wrenix.eu |
Source Code
- https://github.com/pretix/pretix
- https://codeberg.org/wrenix/helm-charts/src/branch/main/pretix
- https://hub.docker.com/r/pretix/standalone
Requirements
| Repository | Name | Version |
|---|---|---|
| https://valkey.io/valkey-helm/ | valkey | ^0.9.2 |
| oci://docker.io/cloudpirates | postgres | ^0.7.2 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} | |
| autoscaling.enabled | bool | false | |
| autoscaling.maxReplicas | int | 100 | |
| autoscaling.minReplicas | int | 1 | |
| autoscaling.targetCPUUtilizationPercentage | int | 80 | |
| cronSchedule | string | "*/30 * * * *" | |
| env.PRETIX_CELERY_BACKEND | object | {"value":"redis://{{ include \"pretix.fullname\" . }}-valkey/1"} | set REDIS on runtime (inside of pod) for example with external secret by different enviroment |
| env.PRETIX_CELERY_BROKER | object | {"value":"redis://{{ include \"pretix.fullname\" . }}-valkey/2"} | set REDIS on runtime (inside of pod) for example with external secret by different enviroment |
| env.PRETIX_DATABASE_BACKEND | string | "postgresql" | |
| env.PRETIX_DATABASE_HOST | string | "pretix-postgres" | |
| env.PRETIX_DATABASE_NAME | string | "pretix" | |
| env.PRETIX_DATABASE_PASSWORD | string | "pretix" | |
| env.PRETIX_DATABASE_USER | string | "pretix" | |
| env.PRETIX_MAIL_FROM | string | "test@example.com" | |
| env.PRETIX_MAIL_HOST | string | nil | |
| env.PRETIX_MAIL_PASSWORD | string | nil | |
| env.PRETIX_MAIL_PORT | int | 587 | |
| env.PRETIX_MAIL_TLS | bool | true | |
| env.PRETIX_MAIL_USER | string | nil | |
| env.PRETIX_METRICS_ENABLED | bool | false | |
| env.PRETIX_METRICS_PASSPHRASE | string | "pretix" | |
| env.PRETIX_METRICS_USER | string | "pretix" | |
| env.PRETIX_PRETIX_CURRENCY | string | "EUR" | |
| env.PRETIX_PRETIX_DATADIR | string | "/data" | |
| env.PRETIX_PRETIX_INSTANCE_NAME | string | "Pretix Helm" | |
| env.PRETIX_PRETIX_TRUST_X_FORWARDED_FOR | bool | true | |
| env.PRETIX_PRETIX_TRUST_X_FORWARDED_PROTO | bool | true | |
| env.PRETIX_PRETIX_URL | string | "http://localhost" | |
| env.PRETIX_REDIS_LOCATION | object | {"value":"redis://{{ include \"pretix.fullname\" . }}-valkey/0"} | set REDIS on runtime (inside of pod) for example with external secret by different enviroment example: value: 'redis://:$(REDIS_PASSWORD)@{{ include "pretix.fullname" . }}-valkey/0' |
| env.PRETIX_REDIS_SESSIONS | bool | true | |
| fullnameOverride | string | "" | |
| global.image.pullPolicy | string | nil | if set it will overwrite all pullPolicy |
| global.image.registry | string | nil | if set it will overwrite all registry entries |
| grafana.dashboards.annotations | object | {} | |
| grafana.dashboards.enabled | bool | false | |
| grafana.dashboards.labels.grafana_dashboard | string | "1" | |
| image.pullPolicy | string | "IfNotPresent" | This sets the pull policy for images. (could be overwritten by global.image.pullPolicy) |
| image.registry | string | "docker.io" | image registry (could be overwritten by global.image.registry) |
| image.repository | string | "pretix/standalone" | image repository |
| image.tag | string | "" | image tag - Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | [] | |
| ingress.annotations | object | {} | |
| ingress.className | string | "" | |
| ingress.enabled | bool | false | |
| ingress.hosts[0].host | string | "chart-example.local" | |
| ingress.hosts[0].paths[0].path | string | "/" | |
| ingress.hosts[0].paths[0].pathType | string | "ImplementationSpecific" | |
| ingress.tls | list | [] | |
| livenessProbe.httpGet.httpHeaders[0].name | string | "host" | |
| livenessProbe.httpGet.httpHeaders[0].value | string | "localhost" | |
| livenessProbe.httpGet.path | string | "/healthcheck/" | |
| livenessProbe.httpGet.port | string | "http" | |
| nameOverride | string | "" | |
| nodeSelector | object | {} | |
| persistence.accessMode | string | "ReadWriteOnce" | |
| persistence.annotations | object | {} | |
| persistence.enabled | bool | true | |
| persistence.existingClaim | string | nil | A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound |
| persistence.hostPath | string | nil | Do not create an PVC, direct use hostPath in Pod |
| persistence.size | string | "5Gi" | |
| persistence.storageClass | string | nil | Persistent Volume Storage Class If defined, storageClassName: |
| podAnnotations | object | {} | |
| podLabels | object | {} | |
| podSecurityContext | object | {} | |
| postgres.auth.database | string | "pretix" | |
| postgres.auth.password | string | "supersecureadminpassword" | |
| postgres.auth.username | string | "pretix" | |
| postgres.enabled | bool | true | |
| prometheus.rules.additionalRules | list | [] | |
| prometheus.rules.enabled | bool | false | |
| prometheus.rules.labels | object | {} | |
| prometheus.servicemonitor.enabled | bool | false | broken, Host need to be localhost on request (instatt of ip) needs: https://github.com/prometheus-operator/prometheus-operator/pull/7003 |
| prometheus.servicemonitor.interval | string | nil | interval |
| prometheus.servicemonitor.labels | object | {} | |
| prometheus.servicemonitor.scrapeTimeout | string | nil | scrape timeout |
| readinessProbe.httpGet.httpHeaders[0].name | string | "host" | |
| readinessProbe.httpGet.httpHeaders[0].value | string | "localhost" | |
| readinessProbe.httpGet.path | string | "/healthcheck/" | |
| readinessProbe.httpGet.port | string | "http" | |
| replicas.taskworker | int | 1 | replicas of taskworker |
| replicas.web | int | 1 | replicas of web service |
| resources | object | {} | |
| securityContext | object | {} | |
| service.port | int | 80 | |
| service.type | string | "ClusterIP" | |
| serviceAccount.annotations | object | {} | |
| serviceAccount.automount | bool | true | |
| serviceAccount.create | bool | true | |
| serviceAccount.name | string | "" | |
| tolerations | list | [] | |
| valkey.dataStorage.className | string | "" | |
| valkey.dataStorage.keepPvc | bool | true | |
| valkey.external.host | string | "valkey" | |
| valkey.external.port | int | 6379 | |
| valkey.internal | bool | true | |
| valkey.service.port | int | 6379 | |
| volumeMounts | list | [] | |
| volumes | list | [] |
Autogenerated from chart metadata using helm-docs v1.14.2