Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed551e8cbb |
@@ -1,7 +1,13 @@
|
||||
image:
|
||||
repository: lasuite/people-backend
|
||||
pullPolicy: Always
|
||||
tag: "main"
|
||||
tag: "v0.2.1"
|
||||
|
||||
frontend:
|
||||
image:
|
||||
repository: lasuite/people-frontend
|
||||
pullPolicy: Always
|
||||
tag: "v0.2.1"
|
||||
|
||||
backend:
|
||||
migrateJobAnnotations:
|
||||
@@ -92,12 +98,6 @@ backend:
|
||||
- python manage.py createsuperuser --username $DJANGO_SUPERUSER_EMAIL --password $DJANGO_SUPERUSER_PASSWORD
|
||||
restartPolicy: Never
|
||||
|
||||
frontend:
|
||||
image:
|
||||
repository: lasuite/people-frontend
|
||||
pullPolicy: Always
|
||||
tag: "main"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
host: desk-preprod.beta.numerique.gouv.fr
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
image:
|
||||
repository: lasuite/people-backend
|
||||
pullPolicy: Always
|
||||
tag: "v0.1.0"
|
||||
tag: "v0.2.1"
|
||||
|
||||
frontend:
|
||||
image:
|
||||
repository: lasuite/people-frontend
|
||||
pullPolicy: Always
|
||||
tag: "v0.2.1"
|
||||
|
||||
backend:
|
||||
migrateJobAnnotations:
|
||||
@@ -92,12 +98,6 @@ backend:
|
||||
- python manage.py createsuperuser --username $DJANGO_SUPERUSER_EMAIL --password $DJANGO_SUPERUSER_PASSWORD
|
||||
restartPolicy: Never
|
||||
|
||||
frontend:
|
||||
image:
|
||||
repository: lasuite/people-frontend
|
||||
pullPolicy: Always
|
||||
tag: "v0.1.0"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
host: regie.numerique.gouv.fr
|
||||
|
||||
Reference in New Issue
Block a user