intel-device-plugins-for-ku.../deployments/fpga_admissionwebhook/manager/manager.yaml
Mikko Ylinen ef6ecb7680 images: set 0.25.0 tag for the release
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-10-17 22:48:03 +03:00

41 lines
950 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: webhook
namespace: system
labels:
control-plane: controller-manager
spec:
selector:
matchLabels:
control-plane: controller-manager
replicas: 1
template:
metadata:
labels:
control-plane: controller-manager
spec:
containers:
- image: intel/intel-fpga-admissionwebhook:0.25.0
imagePullPolicy: IfNotPresent
name: manager
securityContext:
runAsNonRoot: true
runAsUser: 65532
runAsGroup: 65532
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
["ALL"]
seccompProfile:
type: RuntimeDefault
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
terminationGracePeriodSeconds: 10