diff --git a/modules/nw-metallb-configure-vrf-bgppeer.adoc b/modules/nw-metallb-configure-vrf-bgppeer.adoc index 56bab10eafb9..70b53f44ad72 100644 --- a/modules/nw-metallb-configure-vrf-bgppeer.adoc +++ b/modules/nw-metallb-configure-vrf-bgppeer.adoc @@ -148,7 +148,7 @@ spec: - name: http containerPort: 30100 command: ["/bin/sh", "-c"] - args: ["sleep INF"] + args: ["dnf install -y httpd && echo 'Hello, World!' > /var/www/html/index.html && httpd -D FOREGROUND"] --- apiVersion: v1 kind: Service @@ -164,6 +164,7 @@ spec: selector: app: server type: LoadBalancer +# ... ---- .. Apply the configuration for the namespace, deployment, and service by running the following command: