This commit is contained in:
Justine Pelletreau
2022-06-17 21:46:52 +02:00
parent f1decc1dd4
commit 0de7119b28
5 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: tasks
name: tasks
spec:
ports:
- name: "8080"
port: 8080
targetPort: 8080
selector:
app: tasks
status:
loadBalancer: {}