Skip to content

Commit

Permalink
Merge branch 'ECO-240/improved-healtcheck' of github.com:slovensko-di…
Browse files Browse the repository at this point in the history
…gital/navody.digital into ECO-240/improved-healtcheck
  • Loading branch information
tomasdrga committed Jan 17, 2024
2 parents 3f59237 + 985fb2e commit e9f0089
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab/auto-deploy-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ ingress:
nginx.ingress.kubernetes.io/server-snippet: |
location /sitemaps/sitemap.xml.gz {
return 302 https://navodydigital.s3.eu-central-1.amazonaws.com/sitemaps/sitemap.xml.gz;
}
}
nginx.ingress.kubernetes.io/proxy-body-size: 50m
service:
externalPort: 3000
internalPort: 3000
image:
secrets:
- name: skdigital-bonet-registry
livenessProbe.initialDelaySeconds: 20
readinessProbe.initialDelaySeconds: 20
readinessProbe.initialDelaySeconds: 20
application.migrateCommand: ["bundle", "exec", "rails", "db:migrate"]
resources:
requests:
Expand Down

0 comments on commit e9f0089

Please sign in to comment.