parent
9451e06b2b
commit
4bb72c4313
@ -0,0 +1,27 @@
|
||||
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
|
Loading…
Reference in new issue