Skip to content

Commit

Permalink
Merge pull request #8 from sparkfabrik/feature/add_request_backendconfig
Browse files Browse the repository at this point in the history
refs #000: Add feature backendconfig and add config ssl-redirect
  • Loading branch information
filippolmt authored Dec 22, 2023
2 parents 8e6c372 + c3ce1e5 commit c74b503
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-22

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

### Changed

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

## [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 c74b503

Please sign in to comment.