1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-28 08:51:42 +00:00
senpy/k8s/senpy-ingress.yaml

20 lines
340 B
YAML
Raw Normal View History

2017-05-19 12:38:29 +00:00
---
2022-05-23 10:45:40 +00:00
apiVersion: networking.k8s.io/v1
2017-05-19 12:38:29 +00:00
kind: Ingress
metadata:
name: senpy-ingress
2022-05-23 10:45:40 +00:00
labels:
2022-05-23 12:03:44 +00:00
app: senpy-latest
2017-05-19 12:38:29 +00:00
spec:
rules:
- host: latest.senpy.gsi.upm.es
2017-05-19 12:38:29 +00:00
http:
paths:
- path: /
2022-05-23 10:45:40 +00:00
pathType: Prefix
2017-05-19 12:38:29 +00:00
backend:
2022-05-23 10:45:40 +00:00
service:
name: senpy-latest
port:
number: 5000