Skip to content

Commit

Permalink
feat(helm): Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 3, 2023
1 parent 29b6b8c commit 81e58df
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions charts/managed-identity-wallet/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# managed-identity-wallet

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.0](https://img.shields.io/badge/AppVersion-4.0.0-informational?style=flat-square)
![Version: 1.0.1-rc1](https://img.shields.io/badge/Version-1.0.1--rc1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1-SNAPSHOT.b75ebaf](https://img.shields.io/badge/AppVersion-0.0.1--SNAPSHOT.b75ebaf-informational?style=flat-square)

Managed Identity Wallets Service

Expand All @@ -19,7 +19,7 @@ Managed Identity Wallets Service
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"ghcr.io/catenax-ng/tx-managed-identity-wallets_miw_service"` | |
| image.tag | string | `"latest"` | |
| image.tag | string | `""` | |
| imagePullSecrets[0].name | string | `"acr-credential"` | |
| ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| ingress.enabled | bool | `false` | |
Expand All @@ -38,10 +38,16 @@ Managed Identity Wallets Service
| postgresql.primary.initdb.scripts."init_db_script.sh" | string | `"#!/bin/sh\ncreatedb -O postgres miw\n"` | |
| postgresql.primary.initdb.user | string | `"postgres"` | |
| replicaCount | int | `1` | |
| resources.cpu | int | `250` | |
| resources.memory | int | `256` | |
| resources.limits.cpu | int | `4` | |
| resources.limits.memory | string | `"1Gi"` | |
| resources.requests.cpu | string | `"250m"` | |
| resources.requests.memory | string | `"500Mi"` | |
| secrets | string | `nil` | |
| securityContext | object | `{}` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.privileged | bool | `false` | |
| securityContext.runAsGroup | int | `11111` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `11111` | |
| service.port | int | `8080` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
Expand All @@ -50,4 +56,4 @@ Managed Identity Wallets Service
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit 81e58df

Please sign in to comment.