Skip to content

Commit

Permalink
port-agent: added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsinai committed Dec 18, 2024
1 parent ddff5c2 commit 0373127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/port-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The following table lists the configuration parameters of the `port-agent` chart
| `image.repository` | Image repository | `ghcr.io/port-labs/port-agent` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.tag` | Image tag | `""` |
| `replicaCount` | Number of port-agent replicas (ensure Kafka topic has enough partitions when scaling up) | `1` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `nameOverride` | Chart name override | `""` |
| `fullnameOverride` | Fully qualified app name override | `""` |
Expand Down
1 change: 1 addition & 0 deletions charts/port-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ image:
pullPolicy: IfNotPresent
tag: ""

# If you increase this number, you will need to make sure that the kafka topic has enough partitions
replicaCount: 1

imagePullSecrets: []
Expand Down

0 comments on commit 0373127

Please sign in to comment.