Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/nw-metallb-configure-vrf-bgppeer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -164,6 +164,7 @@ spec:
selector:
app: server
type: LoadBalancer
# ...
----

.. Apply the configuration for the namespace, deployment, and service by running the following command:
Expand Down