Skip to content

Commit 917cc22

Browse files
Update Port Agent Configuration Documentation: Add extraLabels, GITLAB_URL, and rolloutStrategy Parameters
1 parent 64fb6ae commit 917cc22

File tree

1 file changed

+5
-2
lines changed
  • docs/actions-and-automations/setup-backend/webhook/port-execution-agent

1 file changed

+5
-2
lines changed

docs/actions-and-automations/setup-backend/webhook/port-execution-agent/usage.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ The following table lists the configuration parameters of the `port-agent` chart
4141
| `image.tag` | Image tag | `""` |
4242
| `replicaCount` | Number of port-agent replicas | `1` |
4343
| `imagePullSecrets` | Image pull secrets | `[]` |
44+
| `extraLabels` | Additional labels to be added to all resources | `{}` |
4445
| `nameOverride` | Chart name override | `""` |
4546
| `fullnameOverride` | Fully qualified app name override | `""` |
4647
| `secret.annotations` | Annotations for Secret object | `{}` |
4748
| `secret.name` | Secret object name | `""` |
4849
| `secret.useExistingSecret` | Enable this if you wish to create your own secret with credentials | `false` |
4950
| `podServiceAccount.name` | Service account to attach to the pod | `null` |
50-
| `env.normal.STREAMER_NAME` | Streamer name, available: [`KAFKA`] | `"KafkaToWebhookStreamer"` |
51+
| `env.normal.STREAMER_NAME` | Streamer name, available: [`KAFKA`] | `"KAFKA"` |
52+
| `env.normal.GITLAB_URL` | GitLab base URL | `"https://gitlab.com/"` |
5153
| `env.normal.PORT_ORG_ID` | Your Port org id - **Required** | `""` |
5254
| `env.normal.PORT_API_BASE_URL` | Port API base url | `"https://api.getport.io"` |
5355
| `env.normal.KAFKA_CONSUMER_GROUP_ID` | Kafka consumer group id - **Required if using any Kafka streamer** | `""` |
@@ -62,7 +64,8 @@ The following table lists the configuration parameters of the `port-agent` chart
6264
| `containerSecurityContext` | Security context applied to the container | `{}` |
6365
| `extraVolumes` | Additional volumes to be added to the pod | `[]` |
6466
| `extraVolumeMounts` | Additional volume mounts to be added to the container | `[]` |
65-
| `resources` | Container resource requests & limits | `{}` |
67+
| `rolloutStrategy` | Deployment rollout strategy (Recreate or RollingUpdate) | `"Recreate"` |
68+
| `resources` | Container resource requests & limits | `{"requests": {"memory": "128Mi", "cpu": "100m"}, "limits": {"memory": "256Mi", "cpu": "200m"}}` |
6669
| `nodeSelector` | NodeSelector applied to the pod | `{}` |
6770
| `tolerations` | Tolerations applied to the pod | `[]` |
6871
| `affinity` | Affinity applied to the pod | `{}` |

0 commit comments

Comments
 (0)