Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: relocating metrics port for nidhogg manager to avoid conflicts #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: relocating metrics port for nidhogg manager to avoid conflicts
scoquelin committed Oct 14, 2024
commit 0a8668b54dd6024b8add8bd8196f2afb6e333ce4
Original file line number Diff line number Diff line change
@@ -8,3 +8,9 @@
- op: add
path: /spec/template/spec/hostNetwork
value: true
- op: add
path: /spec/template/spec/containers/0/args/-
value: --metrics-addr=8081
- op: replace
path: /spec/template/spec/containers/0/ports/1/containerPort
value: 8081