Add environments/pubmedis/base/ingress.yaml
This commit is contained in:
41
environments/pubmedis/base/ingress.yaml
Normal file
41
environments/pubmedis/base/ingress.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: pubmedis
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "50m"
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "120"
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "120"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: pubmedis.91.98.92.120.nip.io
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: pubmedis
|
||||
port:
|
||||
name: http
|
||||
- host: pubmedis.46.224.170.83.nip.io
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: pubmedis
|
||||
port:
|
||||
name: http
|
||||
- host: pubmedis.46.224.174.113.nip.io
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: pubmedis
|
||||
port:
|
||||
name: http
|
||||
Reference in New Issue
Block a user