refactor: ingress 삭제
This commit is contained in:
parent
3bf0fead18
commit
db2a4a8740
@ -148,25 +148,3 @@ spec:
|
|||||||
name: http
|
name: http
|
||||||
selector:
|
selector:
|
||||||
app: smarketing-frontend
|
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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user