Skip to content

Commit

Permalink
Add SSL exporter for openshift
Browse files Browse the repository at this point in the history
Signed-off-by: Matus Jenca <[email protected]>
  • Loading branch information
MatusJenca2 committed Jul 27, 2023
1 parent 7327b9b commit 5abe882
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

apiVersion: v2
name: dnation-kubernetes-monitoring-stack
version: 3.0.3
version: 3.1.0
appVersion: 2.5.3 # dnation-kubernetes-monitoring
description: An umbrella helm chart for Kubernetes monitoring based on kube-prometheus-stack, thanos, loki, loki-distributed, promtail and dnation-kubernetes-monitoring.
keywords:
Expand Down Expand Up @@ -57,7 +57,7 @@ dependencies:
repository: https://dnationcloud.github.io/helm-hub
condition: dnation-kubernetes-monitoring.enabled
- name: ssl-exporter
version: "1.1.*"
version: "1.2.*"
repository: https://dnationcloud.github.io/helm-hub
condition: ssl-exporter.enabled
icon: https://cdn.ifne.eu/public/icons/dnation_k8sm8g.png
Expand Down
8 changes: 8 additions & 0 deletions chart/values-openshift.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ssl-exporter:
securityContext:
privileged: true
serviceAccount:
create: false
name: dnation-monitoring-ssl-exporter

promtail:
containerSecurityContext:
privileged: true
Expand Down Expand Up @@ -295,3 +302,4 @@ openshift:
- dnation-monitoring-node-exporter
- dnation-monitoring-promtail
- dnation-monitoring-thanos-query
- dnation-monitoring-ssl-exporter
7 changes: 7 additions & 0 deletions multicluster-config/observer-values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
# monitorig at observer
# Declare variables to be passed into helm chart dependencies.

ssl-exporter:
securityContext:
privileged: true
serviceAccount:
create: false
name: dnation-monitoring-ssl-exporter
thanosStorage:
secret:
name: thanos-objstore-config
Expand Down Expand Up @@ -171,3 +177,4 @@ openshift:
- dnation-monitoring-thanos-query
- dnation-monitoring-thanos-query-frontend
- dnation-monitoring-thanos-storegateway
- dnation-monitoring-ssl-exporter
7 changes: 7 additions & 0 deletions multicluster-config/workload-values-openshift.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ssl-exporter:
securityContext:
privileged: true
serviceAccount:
create: false
name: dnation-monitoring-ssl-exporter
thanosStorage:
secret:
name: thanos-objstore-config
Expand Down Expand Up @@ -72,3 +78,4 @@ openshift:
- dnation-monitoring-thanos-compactor
- dnation-monitoring-thanos-query
- dnation-monitoring-thanos-storegateway
- dnation-monitoring-ssl-exporter

0 comments on commit 5abe882

Please sign in to comment.