Skip to content

Commit 7510cc0

Browse files
Merge pull request openshift#8445 from honza/proxy-icc
OCPBUGS-33702: baremetal: bootstrap: bind icc to localhost
2 parents 251f3a2 + fa42f05 commit 7510cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/bootstrap/baremetal/files/etc/containers/systemd/image-customization.container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ After=network-online.target ironic-volume.service build-ironic-env.service extra
99
[Container]
1010
ContainerName=image-customization
1111
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
12+
Exec=/image-customization-controller --namespace=openshift-machine-api --images-publish-addr=http://127.0.0.1:8084 --metrics-addr=127.0.0.1:7373
1313
Network=host
1414
PodmanArgs=--secret pull-secret,mode=400
1515
Volume=ironic.volume:/shared:z

0 commit comments

Comments
 (0)