Regroupe la documentation ainsi que les fichiers communs du projet collaborateur-EPA, notamment le docker-compose.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Collaborateur_Epa_Compose_Doc/api-service.yaml

16 lines
229 B

apiVersion: v1
kind: Service
metadata:
name: api
spec:
ports:
- name: api1
port: 5000
targetPort: 80
- name: api2
port: 5001
targetPort: 443
selector:
app: api
status:
loadBalancer: {}