From 4f84def28bdc33a526444b521594084c69fefa72 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 27 Oct 2020 14:44:57 +0100 Subject: Added single IP load balancer --- srcs/wordpress/wordpress.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'srcs/wordpress/wordpress.yaml') diff --git a/srcs/wordpress/wordpress.yaml b/srcs/wordpress/wordpress.yaml index 3b90f47..2389128 100644 --- a/srcs/wordpress/wordpress.yaml +++ b/srcs/wordpress/wordpress.yaml @@ -28,6 +28,10 @@ apiVersion: v1 kind: Service metadata: name: wordpress-service + labels: + app: wordpress + annotations: + metallb.universe.tf/allow-shared-ip: shared spec: type: LoadBalancer ports: -- cgit