Skip to content

Commit

Permalink
update sqli
Browse files Browse the repository at this point in the history
  • Loading branch information
gasRU76 committed Mar 21, 2024
1 parent ed6f693 commit 77240db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sqli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A Helm chart for Kubernetes
type: application
keywords:
- sqli
version: 1.0.11
version: 1.0.12
3 changes: 3 additions & 0 deletions charts/sqli/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ metadata:
nginx.ingress.kubernetes.io/proxy-read-timeout: "360s"
nginx.ingress.kubernetes.io/auth-keepalive-requests: "90"
nginx.ingress.kubernetes.io/auth-keepalive-timeout: "5"
nginx.ingress.kubernetes.io/configuration-snippet: |
keepalive_requests 90;
keepalive_time 5s;
{{ if eq .Values.ingress.cert "" }}
cert-manager.io/cluster-issuer: letsencrypt-cf-prod
{{ end }}
Expand Down

0 comments on commit 77240db

Please sign in to comment.