Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/values.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ A Helm chart for nginx
| port | int | `8080` | Port on which the application will listen |
| prometheusExporter.enabled | bool | `true` | Enable or disable the Prometheus exporter sidecar |
| prometheusExporter.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the Prometheus exporter |
| prometheusExporter.image.repository | string | `"common/nginx/nginx-prometheus-exporter"` | Docker image name for the Prometheus exporter |
| prometheusExporter.image.tag | string | `"latest"` | Docker image tag for the Prometheus exporter |
| prometheusExporter.image.repository | string | `"common/nginx-prometheus-exporter"` | Docker image name for the Prometheus exporter |
| prometheusExporter.image.tag | string | `"1.5.1"` | Docker image tag for the Prometheus exporter |
| prometheusExporter.resources.enabled | bool | `true` | Enable or disable resource limits and requests |
| prometheusExporter.resources.value.limits.cpu | string | `"100m"` | CPU limit for the main container |
| prometheusExporter.resources.value.limits.memory | string | `"128Mi"` | Memory limit for the main container |
Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ prometheusExporter:
enabled: true
image:
# -- Docker image name for the Prometheus exporter
repository: common/nginx/nginx-prometheus-exporter
repository: common/nginx-prometheus-exporter
# -- Docker image tag for the Prometheus exporter
tag: latest
tag: 1.5.1
# -- Image pull policy for the Prometheus exporter
pullPolicy: IfNotPresent
resources:
Expand Down
Loading