come on
This commit is contained in:
		| @@ -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 | ||||
		Reference in New Issue
	
	Block a user