Skip to content

Commit

Permalink
Merge pull request #7 from mia-platform/feat/add-cipher
Browse files Browse the repository at this point in the history
[traefik-ingress] adding a cipher to the ingress
  • Loading branch information
JGiola authored Mar 31, 2022
2 parents c3427e8 + 36e1a40 commit 64841c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/traefik-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: traefik-ingress
version: 1.5.2
version: 1.5.3
kubeVersion: ">= 1.17.0-0"
appVersion: 2.6.1
description: "A Kubernetes Ingress Controller based on Traefik"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ cipherSuites:
- "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
- "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305"
- "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305"
- "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
{{- end }}

{{/*
Expand Down

0 comments on commit 64841c9

Please sign in to comment.