Skip to content

Commit

Permalink
Merge pull request #1243 from marquiz/devel/kustomize-named-port
Browse files Browse the repository at this point in the history
deployment/kustomize: use a named port for nfd gRPC service
  • Loading branch information
k8s-ci-robot authored Jun 6, 2023
2 parents febebd4 + 457fc84 commit b9fa66b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/base/master/master-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ spec:
failureThreshold: 10
command:
- "nfd-master"
ports:
- name: grpc
containerPort: 8080
1 change: 1 addition & 0 deletions deployment/base/master/master-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ spec:
ports:
- protocol: TCP
port: 8080
targetPort: grpc
type: ClusterIP

0 comments on commit b9fa66b

Please sign in to comment.