mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
8a516d927e
Check out the CHANGELOG.md file for more information
22 lines
416 B
YAML
22 lines
416 B
YAML
---
|
|
apiVersion: extensions/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: senpy-ingress
|
|
spec:
|
|
rules:
|
|
- host: latest.senpy.cluster.gsi.dit.upm.es
|
|
http:
|
|
paths:
|
|
- path: /
|
|
backend:
|
|
serviceName: senpy-latest
|
|
servicePort: 5000
|
|
- host: latest.senpy.gsi.upm.es
|
|
http:
|
|
paths:
|
|
- path: /
|
|
backend:
|
|
serviceName: senpy-latest
|
|
servicePort: 5000
|