1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 04:32:29 +00:00
senpy/k8s/senpy-ingress.yaml
J. Fernando Sánchez e9266af924 Add k8s deployment
2022-05-23 12:45:40 +02:00

20 lines
333 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: senpy-ingress
labels:
app: senpy
spec:
rules:
- host: latest.senpy.gsi.upm.es
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: senpy-latest
port:
number: 5000