Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit c7a26b9

Browse files
author
Endre Czirbesz
committed
chore: Rdfresh chart README
1 parent 884759c commit c7a26b9

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

chart/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mgob
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)
3+
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: 1.3](https://img.shields.io/badge/AppVersion-1.3-informational?style=flat-square)
44

55
MongoDB dockerized backup agent.
66
Runs scheduled backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
@@ -21,19 +21,29 @@ Runs scheduled backups with retention, S3 & SFTP upload, notifications, instrume
2121
|-----|------|---------|-------------|
2222
| config | object | `{}` | Backup plans. For details, see [values.yaml](values.yaml) |
2323
| env | object | `{}` | |
24+
| fullnameOverride | string | `""` | |
2425
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
2526
| image.repository | string | `"stefanprodan/mgob"` | Image repo |
26-
| image.tag | float | `""` | Image tag, defaults to `appVersion` from `Chart.yaml` |
27+
| image.tag | string | `""` | Image tag Overrides the image tag whose default is the chart appVersion. |
28+
| ingress.annotations | object | `{}` | |
29+
| ingress.enabled | bool | `false` | |
30+
| ingress.hosts | object | `{}` | |
31+
| ingress.tls | object | `{}` | |
32+
| logLevel | string | `"info"` | log level (debug|info|warn|error|fatal|panic) WARNING! debug logs might include passwords! |
33+
| nameOverride | string | `""` | |
34+
| podSecurityContext | object | `{"fsGroup":65534}` | Pod Security Context ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
2735
| replicaCount | int | `1` | Number of replicas |
2836
| resources | object | `{"limits":{"cpu":"100m","memory":"128Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | Resource requests and limits ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
2937
| secret | object | `{}` | Secret(s) to mount. For details, see [values.yaml](values.yaml) |
38+
| securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false}` | Container Security Context ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ |
3039
| service.externalPort | int | `8090` | Port to access the service |
3140
| service.internalPort | int | `8090` | Port to connect to in pod |
3241
| service.name | string | `"mgob"` | Service name |
3342
| serviceAccount.annotations | object | `{}` | Annotations to add on service account |
3443
| serviceAccount.create | bool | `true` | If false, default service account will be used |
44+
| serviceAccount.name | string | `""` | |
3545
| storage.longTerm | object | `{"accessMode":"ReadWriteOnce","name":"mgob-storage","size":"10Gi","storageClass":"gp2"}` | Persistent volume for backups, see `config.retention` |
3646
| storage.tmp | object | `{"accessMode":"ReadWriteOnce","name":"mgob-tmp","size":"3Gi","storageClass":"gp2"}` | Persistent volume for temporary files |
3747

3848
----------------------------------------------
39-
Autogenerated from chart metadata using [helm-docs v1.3.0](https://github.com/norwoodj/helm-docs/releases/v1.3.0)
49+
Autogenerated from chart metadata using [helm-docs v1.6.0](https://github.com/norwoodj/helm-docs/releases/v1.6.0)

0 commit comments

Comments
 (0)