feat: switch to Let's Encrypt cert via cert-manager
This commit is contained in:
@@ -78,13 +78,14 @@ ingress:
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
- host: git.lunarfront.tech
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: cloudflare-origin-cert
|
||||
- secretName: git-lunarfront-tech-tls
|
||||
hosts:
|
||||
- git.lunarfront.tech
|
||||
|
||||
|
||||
Reference in New Issue
Block a user