Skip to content

Commit

Permalink
fix: console non root port 8080, tools resources (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Aug 25, 2021
1 parent a024462 commit b890229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/otomi-api/values.yaml
Expand Up @@ -101,8 +101,8 @@ tools:

resources:
limits:
cpu: 400m
memory: 128Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 100m
memory: 100Mi
Expand Down
2 changes: 1 addition & 1 deletion charts/otomi-console/templates/deployment.yaml
Expand Up @@ -43,7 +43,7 @@ spec:
{{- end }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
resources: {{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit b890229

Please sign in to comment.