Skip to content

Commit

Permalink
refs #000: Add feature backendconfig and add config ssl-redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
filippolmt committed Dec 21, 2023
1 parent 8e6c372 commit f9a3e90
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

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

- Feature: add `ssl-redirect` configuration.
- Feature: add requests in `defaultBackend`

### Changed

## [0.3.0] - 2023-12-19

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

Expand Down
5 changes: 5 additions & 0 deletions files/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ controller:
proxy-read-timeout: "600"
proxy-send-timeout: "600"
server-name-hash-bucket-size: "256"
ssl-redirect: "true"
ssl-reject-handshake: "true"
service:
externalTrafficPolicy: "Local"
defaultBackend:
enabled: true
resources:
requests:
cpu: 10m
memory: 20Mi

0 comments on commit f9a3e90

Please sign in to comment.