Skip to content

Commit

Permalink
Merge pull request #267 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth committed Jul 14, 2022
2 parents 64fd7e9 + e6999f9 commit d1517dc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
4 changes: 2 additions & 2 deletions reportportal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "5.7.1"
appVersion: "5.7.2"
description: ReportPortal.io AI-powered Test Automation Dashboard
name: reportportal
version: 5.7.1
version: 5.7.2
sources:
- https://github.com/reportportal/kubernetes
keywords:
Expand Down
6 changes: 3 additions & 3 deletions reportportal/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
version: 10.9.4
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: postgresql.installdep.enable

- name: rabbitmq
version: 7.5.6
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: rabbitmq.installdep.enable

- name: elasticsearch
Expand All @@ -16,5 +16,5 @@ dependencies:

- name: minio
version: 7.1.9
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: minio.installdep.enable
2 changes: 2 additions & 0 deletions reportportal/templates/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ spec:
value: "{{ .Values.minio.integrationSaltPath }}"
{{- end }}
{{- end }}
- name: MANAGEMENT_HEALTH_ELASTICSEARCH_ENABLED
value: "false"
image: "{{ .Values.serviceapi.repository }}:{{ .Values.serviceapi.tag }}"
name: api
ports:
Expand Down
6 changes: 6 additions & 0 deletions reportportal/templates/jobs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ spec:
value: "{{ .Values.minio.secretkey }}"
{{- end }}
{{ end }}
- name: RP_PROCESSING_LOG_MAXBATCHSIZE
value: "2000"
- name: RP_PROCESSING_LOG_MAXBATCHTIMEOUT
value: "6000"
- name: RP_AMQP_MAXLOGCONSUMER
value: "1"
image: "{{ .Values.servicejobs.repository }}:{{ .Values.servicejobs.tag }}"
name: jobs
ports:
Expand Down
14 changes: 9 additions & 5 deletions reportportal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ uat:

serviceui:
repository: reportportal/service-ui
tag: 5.7.0
tag: 5.7.2
name: ui
pullPolicy: Always
resources:
Expand All @@ -106,7 +106,7 @@ serviceui:

serviceapi:
repository: reportportal/service-api
tag: 5.7.1
tag: 5.7.2
name: api
pullPolicy: Always
replicaCount: 1
Expand Down Expand Up @@ -152,7 +152,7 @@ serviceapi:

servicejobs:
repository: reportportal/service-jobs
tag: 5.7.1
tag: 5.7.2
name: jobs
pullPolicy: Always
coreJobs:
Expand Down Expand Up @@ -218,7 +218,7 @@ migrations:

serviceanalyzer:
repository: reportportal/service-auto-analyzer
tag: 5.7.1
tag: 5.7.2
name: analyzer
pullPolicy: Always
uwsgiWorkers: 2
Expand Down Expand Up @@ -282,7 +282,7 @@ serviceanalyzertrain:

metricsgatherer:
repository: reportportal/service-metrics-gatherer
tag: 1.1.19
tag: 1.1.20
name: metrics-gatherer
loggingLevel: debug
timeManagement:
Expand Down Expand Up @@ -395,6 +395,10 @@ ingress:
nginx.ingress.kubernetes.io/proxy-connect-timeout: "8000"
nginx.ingress.kubernetes.io/proxy-read-timeout: "4000"
nginx.ingress.kubernetes.io/proxy-send-timeout: "4000"
tls: []
# - hosts:
# - reportportal.k8.com
# secretName: reportportal.k8.com-tls

# tolerations for all components, if any (requires Kubernetes >= 1.6)
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
Expand Down

0 comments on commit d1517dc

Please sign in to comment.