From ae012515c7848676c5e4589738147ec12b1b5075 Mon Sep 17 00:00:00 2001
From: Steffen Illium <steffen.illium@gmail.com>
Date: Tue, 7 May 2024 09:41:20 +0200
Subject: [PATCH] metric port sftpgo

---
 apps/sftpgo/base/service.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/apps/sftpgo/base/service.yaml b/apps/sftpgo/base/service.yaml
index 6f89be0..bdb6226 100644
--- a/apps/sftpgo/base/service.yaml
+++ b/apps/sftpgo/base/service.yaml
@@ -20,6 +20,11 @@ spec:
     port: 8081
     protocol: TCP
     targetPort: webdav
+  - appProtocol: http
+    name: telemetry
+    port: 10000
+    protocol: TCP
+    targetPort: telemetry
   selector:
     app.kubernetes.io/name: sftpgo
   type: ClusterIP