From e937a1a40382cd591d9bd2190198786996a31482 Mon Sep 17 00:00:00 2001 From: dsociative Date: Thu, 11 May 2023 18:33:59 +0300 Subject: [PATCH 1/5] ingress tls support --- operations/phlare/helm/phlare/templates/ingress.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/operations/phlare/helm/phlare/templates/ingress.yaml b/operations/phlare/helm/phlare/templates/ingress.yaml index f0e21034e..e57af5437 100644 --- a/operations/phlare/helm/phlare/templates/ingress.yaml +++ b/operations/phlare/helm/phlare/templates/ingress.yaml @@ -10,6 +10,16 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} spec: + tls: + {{- range .Values.ingress.tls }} + - hosts: + {{- range .hosts }} + - {{ . | quote }} + {{- end }} + {{- with .secretName }} + secretName: {{ . }} + {{- end }} + {{- end }} rules: {{- range $.Values.ingress.hosts }} - host: {{ . | quote }} @@ -38,4 +48,4 @@ spec: path: /push.v1.PusherService/ pathType: Prefix {{- end }} -{{- end }} \ No newline at end of file +{{- end }} From 07c30f310469e3e1035650d8edbd6bb5dec0887d Mon Sep 17 00:00:00 2001 From: "artem.prikhodin" Date: Thu, 11 May 2023 18:39:57 +0300 Subject: [PATCH 2/5] ingress.yaml remove blank line From 922ab29cb7542ebac771f6209e1e9b9bb9a6f525 Mon Sep 17 00:00:00 2001 From: dsociative Date: Fri, 12 May 2023 12:46:46 +0300 Subject: [PATCH 3/5] helm chart version up --- operations/phlare/helm/phlare/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/phlare/helm/phlare/Chart.yaml b/operations/phlare/helm/phlare/Chart.yaml index 64a017427..faf4bb15f 100644 --- a/operations/phlare/helm/phlare/Chart.yaml +++ b/operations/phlare/helm/phlare/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: phlare description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system type: application -version: 0.5.3 +version: 0.5.4 appVersion: 0.5.1 dependencies: - name: minio From 8778fcde027346c582d9bfefa9f501ce39536e5a Mon Sep 17 00:00:00 2001 From: dsociative Date: Fri, 12 May 2023 16:02:43 +0300 Subject: [PATCH 4/5] regen helm-docs --- operations/phlare/helm/phlare/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/operations/phlare/helm/phlare/README.md b/operations/phlare/helm/phlare/README.md index 316f04a54..e88d360f3 100644 --- a/operations/phlare/helm/phlare/README.md +++ b/operations/phlare/helm/phlare/README.md @@ -1,6 +1,6 @@ # phlare -![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square) +![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square) 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system @@ -60,5 +60,3 @@ | phlare.tenantOverrides | object | `{}` | Allows to add tenant specific overrides to the default limit configuration. | | phlare.tolerations | list | `[]` | | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1) From 8d4f7487514f809ed0c57c598bc2f38f8a6cf5ee Mon Sep 17 00:00:00 2001 From: dsociative Date: Fri, 12 May 2023 16:11:21 +0300 Subject: [PATCH 5/5] make helm/docs for diff fix --- operations/phlare/helm/phlare/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/operations/phlare/helm/phlare/README.md b/operations/phlare/helm/phlare/README.md index e88d360f3..130cc9e0d 100644 --- a/operations/phlare/helm/phlare/README.md +++ b/operations/phlare/helm/phlare/README.md @@ -60,3 +60,5 @@ | phlare.tenantOverrides | object | `{}` | Allows to add tenant specific overrides to the default limit configuration. | | phlare.tolerations | list | `[]` | | +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1)