Added linx

This commit is contained in:
Justine Pelletreau
2022-06-30 12:51:32 +02:00
parent b40aa7b60a
commit 413a8c1a4d
5 changed files with 160 additions and 0 deletions

View File

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
labels:
run: linx
name: linx
spec:
ports:
- name: "linx"
port: 8080
targetPort: 8080
selector:
run: linx