apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    kubernetes.io/ingress.class: nginx
    nginx.ingress.kubernetes.io/app-root: /auth/admin/csi/console
    nginx.ingress.kubernetes.io/ssl-redirect: "true"
    nginx.ingress.kubernetes.io/proxy-body-size: 50m
    nginx.ingress.kubernetes.io/proxy-read-timeout: "1200"
  name: umm-ingress
  namespace: csi-uat
spec:
  rules:
  - host: quat.cloudsolutions.lk
    http:
      paths:
      - backend:
          service:
            name: csi-iam-service
            port:
              number: 80
        path: /
        pathType: ImplementationSpecific
  tls:
  - hosts:
    - quat.cloudsolutions.lk
    secretName: gateway-new-ingress