Skip to content

Commit

Permalink
Merge pull request #298 from jzwlqx/feature/container-port
Browse files Browse the repository at this point in the history
add ports info in net-exporter pod spec
  • Loading branch information
BSWANG authored Jun 11, 2024
2 parents c50de03 + 9ba796b commit 0a5c986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/helm/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ spec:
containers:
- name: inspector
image: "{{ .image.repository }}:{{ .image.tag }}"
ports:
- name: http
containerPort: {{ .config.port }}
imagePullPolicy: {{ .image.imagePullPolicy }}
env:
- name: INSPECTOR_NODENAME
Expand Down
3 changes: 3 additions & 0 deletions deploy/skoopbundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ spec:
containers:
- image: kubeskoop/agent:v1.0.0
name: inspector
ports:
- name: http
containerPort: 9102
env:
- name: INSPECTOR_NODENAME
valueFrom:
Expand Down

0 comments on commit 0a5c986

Please sign in to comment.