From 52a086df73ab4d131c8c2c513c89d7156a878435 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 6 Mar 2024 14:34:19 +0100 Subject: [PATCH] come on --- apps/monitoring/thanos-store.statefulset.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/monitoring/thanos-store.statefulset.yaml b/apps/monitoring/thanos-store.statefulset.yaml index 5147313..92589fc 100644 --- a/apps/monitoring/thanos-store.statefulset.yaml +++ b/apps/monitoring/thanos-store.statefulset.yaml @@ -53,3 +53,25 @@ spec: secretName: thanos-objstore-config - name: thanos-data emptyDir: {} +--- +apiVersion: v1 +kind: Service +metadata: + labels: + app.kubernetes.io/component: object-store-gateway + app.kubernetes.io/instance: thanos-store + app.kubernetes.io/name: thanos-store + name: thanos-store +spec: + clusterIP: None + ports: + - name: grpc + port: 10901 + targetPort: 10901 + - name: http + port: 10902 + targetPort: 10902 + selector: + app.kubernetes.io/component: object-store-gateway + app.kubernetes.io/instance: thanos-store + app.kubernetes.io/name: thanos-store \ No newline at end of file