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 78bd653
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 17 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
15 changes: 0 additions & 15 deletions helm/app/templates/tls-cert.yaml

This file was deleted.

1 change: 0 additions & 1 deletion helm/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ certIssuingMode: false

# http
publicService: true
sslRedirect: false


secrets:
Expand Down

0 comments on commit 78bd653

Please sign in to comment.