Skip to content

Commit

Permalink
update gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Jan 15, 2020
1 parent 29b59f1 commit e0e4b5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .k8s/api.values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fullnameOverride: "api-nodejs"

deployment:
port: ${PORT}

targetPort: ${PORT}
resources:
limits:
cpu: 1000m
Expand Down Expand Up @@ -81,7 +81,8 @@ ingress:
hosts:
- host: ${API_HOST}
paths:
- /
- path: /
servicePort: ${PORT}
tls:
- hosts:
- ${API_HOST}
Expand Down
5 changes: 3 additions & 2 deletions .k8s/frontend.values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fullnameOverride: "frontend-nodejs"

deployment:
port: 3000

targetPort: 3000
resources:
limits:
cpu: 1000m
Expand Down Expand Up @@ -124,7 +124,8 @@ ingress:
hosts:
- host: ${FRONTEND_HOST}
paths:
- /
- path: /
servicePort: ${PORT}
tls:
- hosts:
- "${FRONTEND_HOST}"
Expand Down
1 change: 1 addition & 0 deletions .k8s/nlp.values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ image:

deployment:
port: ${PORT}
targetPort: ${PORT}

resources:
limits:
Expand Down

0 comments on commit e0e4b5a

Please sign in to comment.