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-deployment.yaml

33 lines
672 B

apiVersion: apps/v1
kind: Deployment
metadata:
name: front
spec:
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels:
app: front
template:
metadata:
labels:
app: front
spec:
containers:
- image: collab-front
name: front
imagePullPolicy: Always
tty: true
resources:
limits:
memory: "256Mi"
cpu: "500m"
ports:
- name: web
containerPort: 80
env:
- name: BASE_URL
value: http://localhost/api/
- name: LOGOUT_URL
value: http://localhost