mirror of
https://github.com/gsi-upm/senpy
synced 2024-10-31 23:41:41 +00:00
15 lines
262 B
YAML
15 lines
262 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
|