Skip to content

Commit

Permalink
remove service limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Egorov committed Oct 25, 2024
1 parent 5704d1a commit 3d9d0cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion helm/app/templates/ns-resource-quota.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ spec:
hard:
{{- if eq .Values.deployEnv "staging" }}
pods: "2"
services: "1"
requests.memory: "256Mi"
limits.cpu: "1"
limits.memory: "16Gi"
Expand Down
2 changes: 1 addition & 1 deletion helm/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ certIssuingMode: false

# http
publicService: true
sslRedirect: false
sslRedirect: true


secrets:
Expand Down

0 comments on commit 3d9d0cc

Please sign in to comment.