We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 251f3a2 + fa42f05 commit 7510cc0Copy full SHA for 7510cc0
data/data/bootstrap/baremetal/files/etc/containers/systemd/image-customization.container
@@ -9,7 +9,7 @@ After=network-online.target ironic-volume.service build-ironic-env.service extra
9
[Container]
10
ContainerName=image-customization
11
Image=$CUSTOMIZATION_IMAGE
12
-Exec=/image-customization-controller --namespace=openshift-machine-api --images-publish-addr=http://0.0.0.0:8084 --metrics-addr=0.0.0.0:7373
+Exec=/image-customization-controller --namespace=openshift-machine-api --images-publish-addr=http://127.0.0.1:8084 --metrics-addr=127.0.0.1:7373
13
Network=host
14
PodmanArgs=--secret pull-secret,mode=400
15
Volume=ironic.volume:/shared:z
0 commit comments