Skip to content

Commit

Permalink
Controller v2 (#288)
Browse files Browse the repository at this point in the history
* #2286: removed version from metric namespace

Signed-off-by: sbadla1 <[email protected]>

* #2122: ported bdd project from v1

Signed-off-by: sbadla1 <[email protected]>

* #2122: ported bdd project from v1

Signed-off-by: sbadla1 <[email protected]>

* update bdd for testing

Signed-off-by: sbadla1 <[email protected]>

* #2122: ported bdd project from v1

Signed-off-by: sbadla1 <[email protected]>

* #2122: ported bdd project from v1

Signed-off-by: sbadla1 <[email protected]>

* #2122: ported bdd project from v1

Signed-off-by: sbadla1 <[email protected]>

* #2122: ported bdd project from v1

Signed-off-by: sbadla1 <[email protected]>

* #2122: change cron

Signed-off-by: sbadla1 <[email protected]>

* #2122: change cron

Signed-off-by: sbadla1 <[email protected]>

* #2122: change cron

Signed-off-by: sbadla1 <[email protected]>

* #2122: change cron

Signed-off-by: sbadla1 <[email protected]>

* #2122: bdd changes for v2

Signed-off-by: sbadla1 <[email protected]>
  • Loading branch information
sahilbadla authored Aug 3, 2021
1 parent 835fd0d commit 2d8651c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spec:
name: https
- name: manager
args:
- "--metrics-bind-address=127.0.0.1:8080"
- "--max-parallel=10"
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 300Mi
requests:
cpu: 100m
memory: 20Mi
memory: 200Mi
terminationGracePeriodSeconds: 10

0 comments on commit 2d8651c

Please sign in to comment.