Skip to content

Commit

Permalink
Update the udn-density-pods metadata (#155)
Browse files Browse the repository at this point in the history
* Update the udn-density-pods metadata

This PR updates the jobs metadata for L2/L3 according to
ENABLE_LAYER_3

Signed-off-by: Krishna Harsha Voora <[email protected]>

* Renamed for backward compatibilty

Signed-off-by: Krishna Harsha Voora <[email protected]>

---------

Signed-off-by: Krishna Harsha Voora <[email protected]>
  • Loading branch information
krishvoor authored Dec 2, 2024
1 parent d39547f commit 41d0561
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cmd/config/udn-density-pods/udn-density-pods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ metricsEndpoints:
{{ end }}

jobs:
- name: udn-density-pods
{{ if eq .ENABLE_LAYER_3 "true" }}
- name: udn-density-l3-pods
{{ else }}
- name: udn-density-l2-pods
{{ end }}
namespace: udn-density-pods
jobIterations: {{.JOB_ITERATIONS}}
qps: {{.QPS}}
Expand Down Expand Up @@ -66,4 +70,4 @@ jobs:
- objectTemplate: deployment-client.yml
replicas: 2
inputVars:
podReplicas: 2
podReplicas: 2

0 comments on commit 41d0561

Please sign in to comment.