Skip to content

Commit

Permalink
chore: [bot] Update 'README.md'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2024
1 parent fc70283 commit 842a068
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions charts/teuto-portal-k8s-worker/README.md
Original file line number Diff line number Diff line change
@@ -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 | <[email protected]> | |
| marvinWolff | <[email protected]> | |
| tasches | <[email protected]> | |

## 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)

0 comments on commit 842a068

Please sign in to comment.