mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
deployment/kustomize: drop nfd-master service
Not needed anymore as we're not relying on gRPC anymore.
This commit is contained in:
parent
7f859ce568
commit
9624d182ab
2 changed files with 0 additions and 13 deletions
|
@ -4,5 +4,4 @@ kind: Kustomization
|
||||||
namespace: node-feature-discovery
|
namespace: node-feature-discovery
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- master-service.yaml
|
|
||||||
- master-deployment.yaml
|
- master-deployment.yaml
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: nfd-master
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
app: nfd-master
|
|
||||||
ports:
|
|
||||||
- protocol: TCP
|
|
||||||
port: 8080
|
|
||||||
targetPort: grpc
|
|
||||||
type: ClusterIP
|
|
Loading…
Add table
Reference in a new issue