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/front-service.yaml

12 lines
167 B

apiVersion: v1
kind: Service
metadata:
name: front
spec:
selector:
app: front
ports:
- name: web
port: 8083
targetPort: 80
type: ClusterIP