Skip to content

Commit

Permalink
Added SSL/TLS Certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
HetavShah committed Jul 2, 2023
1 parent f2575fc commit c42aeb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/k8s-prod/ingress-srv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/use-regex: 'true'
nginx.ingress.kubernetes.io/ssl-ciphers: 'TLSv1.2'
nginx.ingress.kubernetes.io/ssl-redirect: 'true'
nginx.ingress.kubernetes.io/ssl-passthrough: 'false'
nginx.ingress.kubernetes.io/ssl-cert: 'my-ssl-certificate'
spec:
rules:
- host: www.karkaushal.in
Expand Down

0 comments on commit c42aeb7

Please sign in to comment.