Skip to content

Commit

Permalink
remove resource limits (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuste committed Jul 28, 2022
1 parent 911ad8b commit 2b24ebb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 35 deletions.
7 changes: 0 additions & 7 deletions kubernetes/apps/api-direkt-bahn-guru/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,5 @@ spec:
REDIS_URI: 'redis://[email protected]/1'
hosts:
- 'api.direkt.bahn.guru'
resources:
limits:
cpu: 1000m
memory: 1024Mi
requests:
cpu: 500m
memory: 256Mi
livenessProbe: '/health'
startupProbe: '/health'
7 changes: 0 additions & 7 deletions kubernetes/apps/v5-bvg-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,5 @@ spec:
NODE_ENV: 'production'
hosts:
- 'b.v5.bvg.transport.rest'
resources:
limits:
cpu: 1
memory: 600Mi
requests:
cpu: .3
memory: 220Mi
livenessProbe: '/health'
readinessProbe: '/health'
7 changes: 0 additions & 7 deletions kubernetes/apps/v5-db-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,5 @@ spec:
NODE_ENV: 'production'
hosts:
- 'b.v5.db.transport.rest'
resources:
limits:
cpu: 1
memory: 600Mi
requests:
cpu: .3
memory: 220Mi
livenessProbe: '/health'
readinessProbe: '/health'
7 changes: 0 additions & 7 deletions kubernetes/apps/v5-hvv-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,5 @@ spec:
NODE_ENV: 'production'
hosts:
- 'b.v5.hvv.transport.rest'
resources:
limits:
cpu: 1
memory: 600Mi
requests:
cpu: .3
memory: 220Mi
livenessProbe: '/health'
readinessProbe: '/health'
7 changes: 0 additions & 7 deletions kubernetes/apps/v5-vbb-transport-rest/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,5 @@ spec:
NODE_ENV: 'production'
hosts:
- 'b.v5.vbb.transport.rest'
resources:
limits:
cpu: 1
memory: 600Mi
requests:
cpu: .3
memory: 220Mi
livenessProbe: '/health'
startupProbe: '/health'

0 comments on commit 2b24ebb

Please sign in to comment.