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 f4d4409
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 25 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ jobs:
run: |
kubectl -n ${{ vars.APP_NAME }}-${{ env.APP_ENV }} rollout status deployment/${{ vars.APP_NAME }}-${{ env.APP_ENV }}
- name: Verify TLS Certificate
run: |
kubectl describe certificate ${{ env.APP_DOMAIN }} -n ${{ vars.APP_NAME }}-${{ env.APP_ENV }}
- name: Telegram Notify
uses: appleboy/[email protected]
if: success() && contains('${{ vars.ENABLE_DEPLOY_BOT }}', 1)
Expand Down
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.

5 changes: 0 additions & 5 deletions helm/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ ghcrSecret: ""
tlsCert: ""
tlsKey: ""


# do not change
tlsIssuer: "letsencrypt"
certIssuingMode: false

# http
publicService: true
sslRedirect: false
Expand Down

0 comments on commit f4d4409

Please sign in to comment.