-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(header): add new logo #2247
Conversation
will rebase once we are aligned on the design (cf #2244) |
wait @ClementChapalain approval before merging |
top: ${spacings.xsmall}; | ||
max-width: 5rem; | ||
margin-right: ${spacings.xsmall}; | ||
/* overflowing ministry logo settings */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chaud pour remove les styles commentés avant de merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bien vu !
.k8s/api.values.yml
Outdated
@@ -6,7 +6,7 @@ fullnameOverride: "api-nodejs" | |||
|
|||
deployment: | |||
port: ${PORT} | |||
|
|||
targetPort: ${PORT} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A supprimer , il faut mettre en dehors de deployment
service:
port: ${PORT}
targetPort: ${PORT}
.k8s/frontend.values.yml
Outdated
@@ -6,7 +6,7 @@ fullnameOverride: "frontend-nodejs" | |||
|
|||
deployment: | |||
port: 3000 | |||
|
|||
targetPort: 3000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A supprimer , il faut mettre en dehors de deployment
service:
port: ${PORT}
targetPort: ${PORT}
.k8s/nlp.values.yml
Outdated
@@ -5,6 +5,7 @@ image: | |||
|
|||
deployment: | |||
port: ${PORT} | |||
targetPort: ${PORT} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A supprimer , il faut mettre en dehors de deployment
service:
port: ${PORT}
targetPort: ${PORT}
fix #2244