Skip to content

Commit

Permalink
Doc: Readme Update Agent deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jebinjeb authored Jul 8, 2023
1 parent f9278db commit 3ec925c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,7 @@ kubectl get services kubviz-client-nats-external -n kubviz --output jsonpath='{.
```bash
helm upgrade -i kubviz-agent kubviz/agent -n kubviz --set nats.host=<NATS IP Address> --set "nats.auth.token=$token" --set git_bridge.enabled=true --set git_bridge.ingress.hosts[0].host="<HOST NAME>",git_bridge.ingress.hosts[0].paths[0].path=/ --set container_bridge.enabled=true --set container_bridge.ingress.hosts[0].host="<HOST NAME>",container_bridge.ingress.hosts[0].paths[0].path=/
```

The following table lists the configurable parameters of the Agent Helm chart and their default values.

| Parameter | Description | Default |
| ----------------------- | --------------------------------------------- | ---------------------------------------------------------- |
| `image.repository` | image repository | `ghcr.io/kube-tarian/kubviz/agent` |
| `image.tag` | Image tag | `latest` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `git_bridge.enabled` | Enable Git Bridge Agent | `false` |
| `container_bridge.enabled` | Enable Container Bridge Agent | `false` |
| `service.name` | Kubernetes service name | `Node` |
| `service.type` | Kubernetes service type exposing port | `NodePort` |
| `service.port` | TCP Port for this service | 3000 |
| `resources.limits.memory` | Memory resource limits | `128m` |
| `resources.limits.cpu` | CPU resource limits | `100m` |

NOTE: Replace <INGRESS HOSTNAME> with the desired hostname for the Git Bridge and Container Bridge Ingress configurations.

## Use Cases

Expand Down

0 comments on commit 3ec925c

Please sign in to comment.