From 689baa5a04ab39a5d94e9fe0ac0cd3a041416b58 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 20 Dec 2023 14:09:54 +0100 Subject: [PATCH] apps(sharkey): Fix service --- apps/sharkey/app/service.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/sharkey/app/service.yaml b/apps/sharkey/app/service.yaml index 41242ac..17c959d 100644 --- a/apps/sharkey/app/service.yaml +++ b/apps/sharkey/app/service.yaml @@ -9,7 +9,7 @@ spec: port: 3000 protocol: TCP targetPort: http - selector: - app: sharkey - type: ClusterIP + selector: + app: sharkey + type: ClusterIP