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 c6ab778 + be84a69 commit 954f423Copy full SHA for 954f423
modules/nw-metallb-configure-vrf-bgppeer.adoc
@@ -143,12 +143,10 @@ spec:
143
spec:
144
containers:
145
- name: server
146
- image: registry.redhat.io/ubi9/ubi
+ image: nginx
147
ports:
148
- name: http
149
- containerPort: 30100
150
- command: ["/bin/sh", "-c"]
151
- args: ["sleep INF"]
+ containerPort: 80
152
---
153
apiVersion: v1
154
kind: Service
@@ -158,9 +156,9 @@ metadata:
158
156
159
157
160
161
- port: 30100
+ port: 80
162
protocol: TCP
163
- targetPort: 30100
+ targetPort: 80
164
selector:
165
app: server
166
type: LoadBalancer
0 commit comments