Skip to content

Commit

Permalink
feat: relocating port for nidhogg manager to avoid potential conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
scoquelin committed Oct 14, 2024
1 parent cd4043c commit e431768
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@
- op: add
path: /spec/template/spec/hostNetwork
value: true
- op: add
path: /spec/template/spec/containers/0/args/-
value: --metricsAddr=8081
- op: "replace"
path: /spec/template/spec/containers/0/ports/1/containerPort
value: 8081

0 comments on commit e431768

Please sign in to comment.