1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-13 04:02:29 +00:00

Update k8s files

This commit is contained in:
J. Fernando Sánchez 2022-05-23 14:03:44 +02:00
parent 7ca5057705
commit 7febb4d673
3 changed files with 7 additions and 5 deletions

View File

@ -1,15 +1,17 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: senpy-latest
spec:
replicas: 1
selector:
matchLabels:
app: senpy-latest
template:
metadata:
labels:
role: senpy-latest
app: senpy
app: senpy-latest
spec:
containers:
- name: senpy-latest

View File

@ -4,7 +4,7 @@ kind: Ingress
metadata:
name: senpy-ingress
labels:
app: senpy
app: senpy-latest
spec:
rules:
- host: latest.senpy.gsi.upm.es

View File

@ -4,7 +4,7 @@ kind: Service
metadata:
name: senpy-latest
labels:
app: senpy
app: senpy-latest
spec:
type: ClusterIP
ports: