Files
prometheus-training-lab-setup/charts/user-monitoring/templates/user-thanos-query-svc.yaml

16 lines
282 B
YAML

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