Files
vaishnavi-ecommerce-admin-p…/k8s/ingress.yaml
tusuii 14b4099cdf
Some checks failed
ecommerce admin pannel/pipeline/head Something is wrong with the build of this commit
uploaded k8s and jenkinsfile
2026-03-10 22:38:39 +05:30

21 lines
436 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: admin-ingress
namespace: ecommerce
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
spec:
ingressClassName: nginx
rules:
- host: admin.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: admin
port:
number: 80