fix bad naming

This commit is contained in:
Remy Moll 2024-03-07 13:21:05 +01:00
parent ad67acb9e7
commit da8be916bf

View File

@ -58,8 +58,6 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
labels: labels:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store
app.kubernetes.io/name: thanos-store app.kubernetes.io/name: thanos-store
name: thanos-store name: thanos-store
spec: spec:
@ -72,4 +70,4 @@ spec:
port: 10902 port: 10902
targetPort: 10902 targetPort: 10902
selector: selector:
app: object-store-gateway app: thanos-store-gateway