airshipctl/manifests/function/ironic-deployment/v0.5.0/upstream/keepalived/keepalived_patch.yaml
SirishaGopigiri c7e5c76642 CAPM3, BMO and Ironic manifests
The below PS has manifests files related to
capm3, bmo and ironic for v0.5.0 versions.

Relates-To: #518 #558 #560
Change-Id: Id9240320bc8dec32d5e5384c39e26ba04f55f9bd
2021-10-13 13:26:24 -05:00

18 lines
457 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: capm3-ironic
spec:
template:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: quay.io/metal3-io/keepalived
name: ironic-endpoint-keepalived
securityContext:
capabilities:
add: ["NET_ADMIN", "NET_RAW"]
envFrom:
- configMapRef:
name: ironic-bmo-configmap