From 28e5f89551685fe37098be3aa53821a691f0c48d Mon Sep 17 00:00:00 2001 From: Alex Fenlon Date: Thu, 5 Sep 2024 11:38:33 +0100 Subject: [PATCH] Update example --- .../virtualserver/global-configuration.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/custom-resources/custom-ip-listeners/virtualserver/global-configuration.yaml b/examples/custom-resources/custom-ip-listeners/virtualserver/global-configuration.yaml index 4ee2a75061..361e6a742a 100644 --- a/examples/custom-resources/custom-ip-listeners/virtualserver/global-configuration.yaml +++ b/examples/custom-resources/custom-ip-listeners/virtualserver/global-configuration.yaml @@ -8,11 +8,11 @@ spec: - name: ip-listener-1-http port: 8083 protocol: HTTP - ipv4ip: 127.0.0.1 - ipv6ip: ::1 + ipv4: 127.0.0.1 + ipv6: ::1 - name: ip-listener-2-https port: 8443 protocol: HTTP - ipv4ip: 127.0.0.2 - ipv6ip: ::1 + ipv4: 127.0.0.2 + ipv6: ::1 ssl: true