Skip to content

Commit

Permalink
Update the udn-density-pods metadata
Browse files Browse the repository at this point in the history
This PR updates the jobs metadata for L2/L3 according to
ENABLE_LAYER_3

Signed-off-by: Krishna Harsha Voora <krvoora@redhat.com>
  • Loading branch information
krishvoor committed Nov 26, 2024
1 parent 67ad7fe commit b72aee2
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-pods-l3
{{ else }}
- name: udn-density-pods-l2
{{ 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 b72aee2

Please sign in to comment.