You've already forked prometheus-postgres-exporter
Compare commits
9 Commits
0.1.2
...
be0e152de8
Author | SHA1 | Date | |
---|---|---|---|
be0e152de8
|
|||
4edf2660de
|
|||
c1a2a098c8
|
|||
085a68c60c
|
|||
98fe8fe2a4
|
|||
7d02c5f7b3
|
|||
cbdf696a4e
|
|||
42af0f9739
|
|||
5c0f2fb310
|
14
.drone.yml
14
.drone.yml
@ -12,7 +12,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone repository
|
- name: clone repository
|
||||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: helm lint
|
- name: helm lint
|
||||||
commands:
|
commands:
|
||||||
@ -26,7 +26,7 @@ steps:
|
|||||||
- name: markdown lint
|
- name: markdown lint
|
||||||
commands:
|
commands:
|
||||||
- markdownlint *.md
|
- markdownlint *.md
|
||||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.41.0
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.42.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -73,7 +73,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone repository
|
- name: clone repository
|
||||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: helm unittest
|
- name: helm unittest
|
||||||
commands:
|
commands:
|
||||||
@ -125,14 +125,14 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone repository
|
- name: clone repository
|
||||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: generate README
|
- name: generate README
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run readme:parameters
|
- npm run readme:parameters
|
||||||
- npm run readme:lint
|
- npm run readme:lint
|
||||||
image: docker.io/library/node:22.9.0-alpine
|
image: docker.io/library/node:22.11.0-alpine
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -141,7 +141,7 @@ steps:
|
|||||||
- name: detect diff
|
- name: detect diff
|
||||||
commands:
|
commands:
|
||||||
- git diff --exit-code --name-only README.md
|
- git diff --exit-code --name-only README.md
|
||||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: email-notification
|
- name: email-notification
|
||||||
environment:
|
environment:
|
||||||
@ -183,7 +183,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone repository
|
- name: clone repository
|
||||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: release-helm-chart
|
- name: release-helm-chart
|
||||||
commands:
|
commands:
|
||||||
|
@ -10,8 +10,9 @@ appVersion: "0.15.0"
|
|||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- prometheus
|
- prometheus
|
||||||
- prometheus exporter
|
- prometheus-exporter
|
||||||
- postgres
|
- postgres-postgres-exporter
|
||||||
|
- postgres-exporter
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/prometheus-community/postgres_exporter
|
- https://github.com/prometheus-community/postgres_exporter
|
||||||
|
@ -66,9 +66,9 @@ The following examples serve as individual configurations and as inspiration for
|
|||||||
The first example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS
|
The first example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS
|
||||||
certification will be skipped by Prometheus.
|
certification will be skipped by Prometheus.
|
||||||
|
|
||||||
> [!WARN]
|
> [!WARNING]
|
||||||
> A TLS secret with the name `prometheus-postgresql-exporter-http` containing a `ca.crt`, `tls.key` and `tls.crt` is
|
> The secret `prometheus-postgresql-exporter-http` containing the TLS certificate is already present. The keys `ca.crt`,
|
||||||
> already present.
|
> `tls.key` and `tls.crt` of the secret can be mounted into the container filesystem for TLS authentication / encryption.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install prometheus-exporters/prometheus-postgres-exporter prometheus-postgres-exporter \
|
helm install prometheus-exporters/prometheus-postgres-exporter prometheus-postgres-exporter \
|
||||||
|
@ -13,7 +13,6 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
name: {{ include "prometheus-postgres-exporter.fullname" . }}
|
name: {{ include "prometheus-postgres-exporter.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
spec:
|
|
||||||
automountServiceAccountToken: {{ .Values.serviceAccount.new.automountServiceAccountToken }}
|
automountServiceAccountToken: {{ .Values.serviceAccount.new.automountServiceAccountToken }}
|
||||||
{{- with .Values.serviceAccount.new.imagePullSecrets }}
|
{{- with .Values.serviceAccount.new.imagePullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
@ -29,12 +29,12 @@ tests:
|
|||||||
- notExists:
|
- notExists:
|
||||||
path: metadata.labels
|
path: metadata.labels
|
||||||
- equal:
|
- equal:
|
||||||
path: spec.automountServiceAccountToken
|
path: automountServiceAccountToken
|
||||||
value: true
|
value: true
|
||||||
- notExists:
|
- notExists:
|
||||||
path: spec.imagePullSecrets
|
path: imagePullSecrets
|
||||||
- notExists:
|
- notExists:
|
||||||
path: spec.secrets
|
path: secrets
|
||||||
|
|
||||||
|
|
||||||
- it: Rendering serviceAccount with custom values.
|
- it: Rendering serviceAccount with custom values.
|
||||||
@ -65,14 +65,14 @@ tests:
|
|||||||
path: metadata.name
|
path: metadata.name
|
||||||
value: prometheus-postgres-exporter-unittest
|
value: prometheus-postgres-exporter-unittest
|
||||||
- equal:
|
- equal:
|
||||||
path: spec.automountServiceAccountToken
|
path: automountServiceAccountToken
|
||||||
value: false
|
value: false
|
||||||
- equal:
|
- equal:
|
||||||
path: spec.imagePullSecrets
|
path: imagePullSecrets
|
||||||
value:
|
value:
|
||||||
- name: "my-pull-secret"
|
- name: "my-pull-secret"
|
||||||
- equal:
|
- equal:
|
||||||
path: spec.secrets
|
path: secrets
|
||||||
value:
|
value:
|
||||||
- name: "my-secret"
|
- name: "my-secret"
|
||||||
namespace: "my-namespace"
|
namespace: "my-namespace"
|
||||||
|
Reference in New Issue
Block a user