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:
parent
7ca5057705
commit
7febb4d673
@ -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
|
||||
|
@ -4,7 +4,7 @@ kind: Ingress
|
||||
metadata:
|
||||
name: senpy-ingress
|
||||
labels:
|
||||
app: senpy
|
||||
app: senpy-latest
|
||||
spec:
|
||||
rules:
|
||||
- host: latest.senpy.gsi.upm.es
|
||||
|
@ -4,7 +4,7 @@ kind: Service
|
||||
metadata:
|
||||
name: senpy-latest
|
||||
labels:
|
||||
app: senpy
|
||||
app: senpy-latest
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user