Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gjeanmart committed Jul 26, 2024
1 parent 07c09bd commit b364aaa
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions charts/safe-client-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ helm show values safe-client-gateway
| Parameter | Description | Default |
|---|---|---|
| replicaCount | Number of instance for safe-client-gateway-web | 1 |
| image.repository | safe-client-gateway image name | safeglobal/safeglobal/safe-client-gateway-nest |
| image.repository | safe-client-gateway image name | safeglobal/safe-client-gateway-nest |
| image.tag | safe-client-gateway image tag | latest |
| image.pullPolicy | Image pull policy | Always |
| extraEnv | Specify additional environment variables | [] |
Expand Down Expand Up @@ -124,34 +124,6 @@ helm show values safe-client-gateway
Refer to [bitnami/redis](https://artifacthub.io/packages/helm/bitnami/redis) for configuration.



| Parameter | Description | Default |
|---------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
| nameOverride | Provide a name in place of safe-client-gateway for `app:` labels | "" |
| fullnameOverride | Provide a name to substitute for the full names of resources | "" |
| imagePullSecrets | Reference to one or more secrets to be used when pulling images | "" |
| replicaCount | Number of instance for safe-client-gateway-web | 1 |
| image.repository | safe-client-gateway image name | safeglobal/safe-client-gateway |
| image.tag | safe-client-gateway image tag | latest |
| image.pullPolicy | Image pull policy | Always |
| extraEnv | Specify additional environment variables | [] |
| config.debug | Enable debug mode | true |
| config.cfgService.url | URL of the Config-Service | "" |
| config.security.authToken | Authentication token | "" |
| config.redis.useExisting | Use an existing Redis instance (or spin up one) | false |
| config.redis.url | Redis Url (redis://...) when config.redis.useExisting=true | "" |
| web.nodeSelector | | {} |
| web.affinity | | {} |
| web.tolerations | | {} |
| web.securityContext | | {} |
| web.podSecurityContext | | {} |
| web.resources | | {} |
| ingress.enabled | Enable ingress | true |
| ingress.ingressClassName | Ingress class name | nginx |
| ingress.host | Ingress host | cgw-service.minikube.net |
| ingress.annotations | Ingress annotations | nginx.ingress.kubernetes.io/force-ssl-redirect: "true"<br>nginx.ingress.kubernetes.io/enable-cors: "true"<br>nginx.ingress.kubernetes.io/cors-allow-methods: "OPTIONS, GET, HEAD, DELETE, PUT, POST"<br>nginx.ingress.kubernetes.io/cors-allow-origin: "https://*.minikube.net"<br>nginx.ingress.kubernetes.io/cors-allow-headers: "DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Safe-Wallet-Signature,Safe-Wallet-Signature-Timestamp" |


## Troubleshooting

-

0 comments on commit b364aaa

Please sign in to comment.