mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
30 lines
550 B
YAML
30 lines
550 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: senpy-ingress
|
|
labels:
|
|
app: senpy-latest
|
|
spec:
|
|
rules:
|
|
- host: senpy-latest.gsi.upm.es
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: senpy-latest
|
|
port:
|
|
number: 5000
|
|
- host: latest.senpy.gsi.upm.es
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: senpy-latest
|
|
port:
|
|
number: 5000
|