Some checks failed
ecommerce frontend/pipeline/head Something is wrong with the build of this commit
21 lines
444 B
YAML
21 lines
444 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: website-ingress
|
|
namespace: ecommerce
|
|
annotations:
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
|
|
spec:
|
|
ingressClassName: nginx
|
|
rules:
|
|
- host: website.local
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: website
|
|
port:
|
|
number: 5173
|