Skip to content

Commit

Permalink
issue-1657: set custom monitoring port in minikube manifest (#1763)
Browse files Browse the repository at this point in the history
Default port 8774 is already in use by csi controller pod
  • Loading branch information
antonmyagkov committed Aug 15, 2024
1 parent edc5a54 commit 49c24d4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ spec:
mountPath: /run/nbsd/sockets
- name: dev
mountPath: /mnt/dev
ports:
- containerPort: 8775
name: http-monitoring
volumes:
- name: registration-dir
hostPath:
Expand Down

0 comments on commit 49c24d4

Please sign in to comment.