Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions k8s/alertmanager-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
image: quay.io/cortexproject/alertmanager
imagePullPolicy: IfNotPresent
args:
- -target=alertmanager
- -log.level=debug
- -server.http-listen-port=80
- -alertmanager.configs.url=http://configs.default.svc.cluster.local:80
Expand Down
1 change: 1 addition & 0 deletions k8s/configs-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
image: quay.io/cortexproject/configs
imagePullPolicy: IfNotPresent
args:
- -target=configs
- -server.http-listen-port=80
- -database.uri=postgres://postgres@configs-db.default.svc.cluster.local/configs?sslmode=disable
- -database.migrations=/migrations
Expand Down
1 change: 1 addition & 0 deletions k8s/distributor-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
image: quay.io/cortexproject/distributor
imagePullPolicy: IfNotPresent
args:
- -target=distributor
- -log.level=debug
- -server.http-listen-port=80
- -consul.hostname=consul.default.svc.cluster.local:8500
Expand Down
1 change: 1 addition & 0 deletions k8s/ingester-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
image: quay.io/cortexproject/ingester
imagePullPolicy: IfNotPresent
args:
- -target=ingester
- -ingester.join-after=30s
- -ingester.claim-on-rollout=true
- -consul.hostname=consul.default.svc.cluster.local:8500
Expand Down
1 change: 1 addition & 0 deletions k8s/querier-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
image: quay.io/cortexproject/querier
imagePullPolicy: IfNotPresent
args:
- -target=querier
- -server.http-listen-port=80
- -consul.hostname=consul.default.svc.cluster.local:8500
- -s3.url=s3://abc:123@s3.default.svc.cluster.local:4569
Expand Down
1 change: 1 addition & 0 deletions k8s/query-frontend-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
image: quay.io/cortexproject/query-frontend
imagePullPolicy: IfNotPresent
args:
- -target=query-frontend
- -log.level=debug
- -server.http-listen-port=80
- -server.grpc-listen-port=9095
Expand Down
1 change: 1 addition & 0 deletions k8s/ruler-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
image: quay.io/cortexproject/ruler
imagePullPolicy: IfNotPresent
args:
- -target=ruler
- -log.level=debug
- -server.http-listen-port=80
- -ruler.configs.url=http://configs.default.svc.cluster.local:80
Expand Down
1 change: 1 addition & 0 deletions k8s/table-manager-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
image: quay.io/cortexproject/table-manager
imagePullPolicy: IfNotPresent
args:
- -target=table-manager
- -server.http-listen-port=80
- -dynamodb.original-table-name=cortex
- -dynamodb.url=dynamodb://user:pass@dynamodb.default.svc.cluster.local:8000
Expand Down