feat: Ingress + cert-manager + HTTPS 설정
Some checks failed
Build and Push Images / build-backend (push) Has been cancelled

This commit is contained in:
qorgh529
2026-04-10 20:38:31 +09:00
parent 08f345fad7
commit dedb7af440
3 changed files with 42 additions and 2 deletions

14
k8s/07-clusterissuer.yaml Executable file
View File

@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: cyanburu@gmail.com
privateKeySecretRef:
name: letsencrypt-prod-key
solvers:
- http01:
ingress:
class: nginx