From 1fcebe033b84272b6d672745f1323406c3f28ec8 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 31 Dec 2023 17:06:13 +0100 Subject: [PATCH] fix annotations --- apps/syncthing/service.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/syncthing/service.yaml b/apps/syncthing/service.yaml index f6be555..c3e8ef2 100644 --- a/apps/syncthing/service.yaml +++ b/apps/syncthing/service.yaml @@ -12,11 +12,10 @@ spec: --- apiVersion: v1 kind: Service -annotations: - metallb.universe.tf/allow-shared-ip: syncthing-service - metadata: name: syncthing-listen + annotations: + metallb.universe.tf/allow-shared-ip: syncthing-service spec: selector: app: syncthing @@ -29,10 +28,10 @@ spec: --- apiVersion: v1 kind: Service -annotations: - metallb.universe.tf/allow-shared-ip: syncthing-service metadata: name: syncthing-discover + annotations: + metallb.universe.tf/allow-shared-ip: syncthing-service spec: selector: app: syncthing