Skip to content

Commit

Permalink
refs #000: disable metrics by default (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monska85 authored Dec 19, 2023
1 parent bf99552 commit 8e6c372
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

---
## [0.3.0] - 2023-12-019

[Compare with previous version](https://github.com/sparkfabrik/terraform-helm-ingress-nginx/compare/0.2.2...0.3.0)

### Changed

- Feature: turn off metrics by default.

## [0.2.2] - 2023-12-05

Expand Down
7 changes: 1 addition & 6 deletions files/values.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# https://github.com/kubernetes/ingress-nginx/blob/helm-chart-4.8.3/charts/ingress-nginx/values.yaml
# https://github.com/kubernetes/ingress-nginx/blob/helm-chart-4.8.4/charts/ingress-nginx/values.yaml
controller:
resources:
requests:
cpu: 50m
memory: 64Mi
metrics:
enabled: true
serviceMonitor:
enabled: true
autoscaling:
enabled: "true"
minReplicas: 1
Expand All @@ -30,4 +26,3 @@ controller:
externalTrafficPolicy: "Local"
defaultBackend:
enabled: true

0 comments on commit 8e6c372

Please sign in to comment.