mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
Merge pull request #1243 from marquiz/devel/kustomize-named-port
deployment/kustomize: use a named port for nfd gRPC service
This commit is contained in:
commit
b9fa66b716
2 changed files with 4 additions and 0 deletions
|
@ -34,3 +34,6 @@ spec:
|
||||||
failureThreshold: 10
|
failureThreshold: 10
|
||||||
command:
|
command:
|
||||||
- "nfd-master"
|
- "nfd-master"
|
||||||
|
ports:
|
||||||
|
- name: grpc
|
||||||
|
containerPort: 8080
|
||||||
|
|
|
@ -8,4 +8,5 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 8080
|
port: 8080
|
||||||
|
targetPort: grpc
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
Loading…
Add table
Reference in a new issue