You've already forked prometheus-postgres-exporter
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
b73455b657
|
|||
79062bc1c3
|
|||
3b0a815203
|
|||
ffa8271684
|
|||
f59f6aa94d
|
@ -17,7 +17,7 @@ steps:
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.16.3
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.16.4
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -69,7 +69,7 @@ steps:
|
||||
- name: helm unittest
|
||||
commands:
|
||||
- helm unittest --strict --file 'unittests/**/*.yaml' ./
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.16.3
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.16.4
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -124,7 +124,7 @@ steps:
|
||||
- npm run readme:link
|
||||
- npm run readme:lint
|
||||
- npm run readme:parameters
|
||||
image: docker.io/library/node:23.3.0-alpine
|
||||
image: docker.io/library/node:23.5.0-alpine
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -187,7 +187,7 @@ steps:
|
||||
from_secret: helm_repo_password
|
||||
HELM_REPO_USERNAME:
|
||||
from_secret: helm_repo_username
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.16.3
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.16.4
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
@ -216,7 +216,7 @@ deployment:
|
||||
| `deployment.postgresExporter.volumeMounts` | Additional volume mounts. | `[]` |
|
||||
| `deployment.nodeSelector` | NodeSelector of the postgres-exporter deployment. | `{}` |
|
||||
| `deployment.priorityClassName` | PriorityClassName of the postgres-exporter deployment. | `""` |
|
||||
| `deployment.replicaCount` | Number of replicas for the postgres-exporter deployment. | `1` |
|
||||
| `deployment.replicas` | Number of replicas for the postgres-exporter deployment. | `1` |
|
||||
| `deployment.restartPolicy` | Restart policy of the postgres-exporter deployment. | `""` |
|
||||
| `deployment.securityContext` | Security context of the postgres-exporter deployment. | `{}` |
|
||||
| `deployment.strategy.type` | Strategy type - `Recreate` or `Rollingupdate`. | `Recreate` |
|
||||
|
16
values.yaml
16
values.yaml
@ -93,6 +93,22 @@ deployment:
|
||||
|
||||
## @param deployment.affinity Affinity for the postgres-exporter deployment.
|
||||
affinity: {}
|
||||
# nodeAffinity:
|
||||
# requiredDuringSchedulingIgnoredDuringExecution:
|
||||
# nodeSelectorTerms:
|
||||
# - matchExpressions:
|
||||
# - key: kubernetes.io/os
|
||||
# operator: In
|
||||
# values:
|
||||
# - linux
|
||||
# preferredDuringSchedulingIgnoredDuringExecution:
|
||||
# - weight: 20
|
||||
# preference:
|
||||
# matchExpressions:
|
||||
# - key: kubernetes.io/arch
|
||||
# operator: In
|
||||
# values:
|
||||
# - amd64
|
||||
|
||||
## @param deployment.initContainers List of additional init containers.
|
||||
initContainers: []
|
||||
|
Reference in New Issue
Block a user