mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-28 10:47:23 +00:00
deployment/kustomize: use a named port for nfd gRPC service
This commit is contained in:
parent
febebd4afd
commit
457fc8483b
2 changed files with 4 additions and 0 deletions
|
@ -34,3 +34,6 @@ spec:
|
|||
failureThreshold: 10
|
||||
command:
|
||||
- "nfd-master"
|
||||
ports:
|
||||
- name: grpc
|
||||
containerPort: 8080
|
||||
|
|
|
@ -8,4 +8,5 @@ spec:
|
|||
ports:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
targetPort: grpc
|
||||
type: ClusterIP
|
||||
|
|
Loading…
Add table
Reference in a new issue