mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-10 02:37:11 +00:00
26 lines
548 B
YAML
26 lines
548 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
app: nfd
|
|
name: nfd-gc
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: nfd-gc
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: nfd-gc
|
|
spec:
|
|
dnsPolicy: ClusterFirstWithHostNet
|
|
serviceAccount: nfd-gc
|
|
containers:
|
|
- name: nfd-gc
|
|
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
|
|
imagePullPolicy: IfNotPresent
|
|
command:
|
|
- "nfd-gc"
|
|
ports:
|
|
- name: metrics
|
|
containerPort: 8081
|