From 842a068f4772b431eef9340e0bd3de0c994889fd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:31:00 +0000 Subject: [PATCH] chore: [bot] Update 'README.md' --- charts/teuto-portal-k8s-worker/README.md | 50 ++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 charts/teuto-portal-k8s-worker/README.md diff --git a/charts/teuto-portal-k8s-worker/README.md b/charts/teuto-portal-k8s-worker/README.md new file mode 100644 index 000000000..9e23bb656 --- /dev/null +++ b/charts/teuto-portal-k8s-worker/README.md @@ -0,0 +1,50 @@ +# teuto-portal-k8s-worker + +![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) + +A Helm chart for deploying the portal worker application to k8s + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| cwrau | | | +| marvinWolff | | | +| tasches | | | + +## Requirements + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.bitnami.com/bitnami | common | 2.14.1 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| global.imagePullSecrets | list | `[]` | | +| global.podSecurityContext.allowPrivilegeEscalation | bool | `false` | | +| global.podSecurityContext.capabilities.drop[0] | string | `"ALL"` | | +| global.podSecurityContext.privileged | bool | `false` | | +| global.podSecurityContext.readOnlyRootFilesystem | bool | `true` | | +| global.podSecurityContext.runAsGroup | int | `1000` | | +| global.podSecurityContext.runAsNonRoot | bool | `true` | | +| global.podSecurityContext.runAsUser | int | `1000` | | +| global.securityContext.fsGroup | int | `1000` | | +| global.securityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | | +| global.securityContext.runAsGroup | int | `1000` | | +| global.securityContext.runAsNonRoot | bool | `true` | | +| global.securityContext.runAsUser | int | `1000` | | +| worker.database.credentials.secret.name | string | `""` | | +| worker.database.host | string | `"localhost"` | | +| worker.database.port | int | `5432` | | +| worker.image.registry | string | `"registry-gitlab.teuto.net"` | | +| worker.image.repository | string | `"4teuto/dev/teuto-portal/teuto-portal-k8s-worker/teuto-portal-k8s-worker"` | | +| worker.image.tag | string | `"1.1.0"` | | +| worker.kubeconfig.secret.name | string | `""` | | +| worker.resources.limits.cpu | string | `"500m"` | | +| worker.resources.limits.memory | string | `"1Gi"` | | +| worker.resources.requests.memory | string | `"256Mi"` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)