Skip to content

Commit be84a69

Browse files
committed
OSDOCS-16281: Fixed the Deployment example in nw-metallb-configure-vrf-bgppeer.adoc
1 parent dd3b00a commit be84a69

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

modules/nw-metallb-configure-vrf-bgppeer.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,10 @@ spec:
143143
spec:
144144
containers:
145145
- name: server
146-
image: registry.redhat.io/ubi9/ubi
146+
image: nginx
147147
ports:
148148
- name: http
149-
containerPort: 30100
150-
command: ["/bin/sh", "-c"]
151-
args: ["sleep INF"]
149+
containerPort: 80
152150
---
153151
apiVersion: v1
154152
kind: Service
@@ -158,9 +156,9 @@ metadata:
158156
spec:
159157
ports:
160158
- name: http
161-
port: 30100
159+
port: 80
162160
protocol: TCP
163-
targetPort: 30100
161+
targetPort: 80
164162
selector:
165163
app: server
166164
type: LoadBalancer

0 commit comments

Comments
 (0)