update thanos
This commit is contained in:
@@ -1,33 +1,32 @@
|
||||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: thanos-store-gateway
|
||||
name: thanos-store
|
||||
labels:
|
||||
app: thanos-store-gateway
|
||||
app: thanos-store
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: thanos-store-gateway
|
||||
serviceName: thanos-store-gateway
|
||||
app: thanos-store
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: thanos-store-gateway
|
||||
app: thanos-store
|
||||
thanos-store-api: "true"
|
||||
spec:
|
||||
containers:
|
||||
- name: thanos
|
||||
image: thanos
|
||||
args:
|
||||
- "store"
|
||||
- "--log.level=debug"
|
||||
- "--data-dir=/data"
|
||||
- "--grpc-address=0.0.0.0:10901"
|
||||
- "--http-address=0.0.0.0:10902"
|
||||
- "--objstore.config-file=/etc/secret/thanos.yaml"
|
||||
- "--index-cache-size=500MB"
|
||||
- "--chunk-pool-size=500MB"
|
||||
- store
|
||||
- --log.level=debug
|
||||
- --data-dir=/data
|
||||
- --grpc-address=0.0.0.0:10901
|
||||
- --http-address=0.0.0.0:10902
|
||||
- --objstore.config-file=/etc/secret/thanos.yaml
|
||||
- --index-cache-size=500MB
|
||||
- --chunk-pool-size=500MB
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 10902
|
||||
@@ -61,7 +60,6 @@ metadata:
|
||||
app.kubernetes.io/name: thanos-store
|
||||
name: thanos-store
|
||||
spec:
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: grpc
|
||||
port: 10901
|
||||
@@ -70,4 +68,4 @@ spec:
|
||||
port: 10902
|
||||
targetPort: 10902
|
||||
selector:
|
||||
app: thanos-store-gateway
|
||||
app: thanos-store
|
||||
|
||||
Reference in New Issue
Block a user