Merge pull request #8 from won-ktds/front

store content source edit
This commit is contained in:
yyoooona
2025-06-20 09:51:37 +09:00
committed by GitHub
4 changed files with 167 additions and 41 deletions
+1 -23
View File
@@ -147,26 +147,4 @@ spec:
protocol: TCP
name: http
selector:
app: smarketing-frontend
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: smarketing-frontend-ingress
namespace: ${namespace}
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/ssl-redirect: "false"
spec:
rules:
- host: ${ingress_host}
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: smarketing-frontend-service
port:
number: 80
app: smarketing-frontend