mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

To sync with operator bundle that has been 'intel-deviceplugins-' since 0.30.0 version, change the name prefix. Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
15 lines
312 B
YAML
15 lines
312 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: intel-deviceplugins-controller-manager
|
|
namespace: inteldeviceplugins-system
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- args:
|
|
- --metrics-bind-address=127.0.0.1:8080
|
|
- --leader-elect
|
|
- --devices=dsa
|
|
name: manager
|