Update frontend-deployment.yaml

This commit is contained in:
John Hanzu Kim 2025-06-20 10:01:15 +09:00 committed by GitHub
parent e81c6f5aa5
commit 4f7575dbab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,23 +92,3 @@ spec:
app: smarketing-frontend app: smarketing-frontend
--- ---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: smarketing-frontend-ingress
namespace: smarketing
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/ssl-redirect: "false"
spec:
rules:
- host: smarketing.20.249.184.228.nip.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: smarketing-frontend-service
port:
number: 80