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

View File

@@ -34,10 +34,9 @@ metadata:
name: frontend-service
namespace: web-portal
spec:
type: NodePort
type: ClusterIP
selector:
app: frontend
ports:
- port: 80
targetPort: 80
nodePort: 30090