Skip to content

Commit

Permalink
[strestesting-api]Bump version to 1.0.3 and add keepalive settings to…
Browse files Browse the repository at this point in the history
… ingress configuration
  • Loading branch information
Denan Musinovic committed Mar 6, 2025
1 parent cc207a9 commit a9fed36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/stresstesting-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)
keywords:
- stresstesting-api
version: 1.0.2
version: 1.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions charts/stresstesting-api/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ metadata:
annotations:
nginx.ingress.kubernetes.io/proxy-ssl-protocols: "TLSv1.1 TLSv1.2"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/server-snippet: |
keepalive_timeout 0;
keepalive_requests 0;
{{ if eq .Values.ingress.cert "" }}
cert-manager.io/cluster-issuer: letsencrypt-cf-prod
{{ end }}
Expand Down

0 comments on commit a9fed36

Please sign in to comment.