Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ ingress:
resources:
requests:
cpu: 100m
memory: 512Mi
memory: 1024Mi
limits:
memory: 512Mi
memory: 1024Mi

autoscaling:
enabled: true
Expand All @@ -47,10 +47,10 @@ sidekiq:
# resources:
# requests:
# cpu: 100m
# memory: 512Mi
# memory: 1024Mi
# limits:
# cpu: 100m
# memory: 512Mi
# memory: 1024Mi
# autoscaling:
# enabled: true
# minReplicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ ingress:
resources:
requests:
cpu: 100m
memory: 512Mi
memory: 1024Mi
limits:
memory: 512Mi
memory: 1024Mi

autoscaling:
enabled: true
Expand All @@ -46,10 +46,10 @@ sidekiq:
# resources:
# requests:
# cpu: 100m
# memory: 512Mi
# memory: 1024Mi
# limits:
# cpu: 100m
# memory: 512Mi
# memory: 1024Mi
# autoscaling:
# enabled: true
# minReplicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ ingress:
resources:
requests:
cpu: 100m
memory: 512Mi
memory: 1024Mi
limits:
memory: 512Mi
memory: 1024Mi

autoscaling:
enabled: true
Expand All @@ -46,10 +46,10 @@ sidekiq:
# resources:
# requests:
# cpu: 100m
# memory: 512Mi
# memory: 1024Mi
# limits:
# cpu: 100m
# memory: 512Mi
# memory: 1024Mi
# autoscaling:
# enabled: true
# minReplicas: 1
Expand Down
5 changes: 2 additions & 3 deletions lib/generators/modulorails/sidekiq/sidekiq_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,9 @@ def add_to_deploy_file(file_path)
resources:
requests:
cpu: 100m
memory: 512Mi
memory: 1024Mi
limits:
cpu: 100m
memory: 512Mi
memory: 1024Mi
autoscaling:
enabled: true
minReplicas: 1
Expand Down