2023-08-10 14:49:17 +02:00

17 lines
319 B
YAML

{{- define "query.svc" }}
apiVersion: v1
kind: Service
metadata:
name: thanos-query
labels:
app.kubernetes.io/name: thanos-query
spec:
ports:
- name: http
port: 10902
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/name: thanos-query
type: ClusterIP
{{- end }}