You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
708 B
28 lines
708 B
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
|