Skip to content

Commit

Permalink
fi to run on amd64 only becauise of
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Aug 14, 2024
1 parent e86d335 commit f8ff378
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/httpcache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ export class PloneHttpcache extends Construct {
{ name: 'FRONTEND_SERVICE_NAME', value: options.plone.frontendServiceName },
{ name: 'FRONTEND_SERVICE_PORT', value: '3000' },
],
// see https://github.com/mittwald/kube-httpcache/issues/253
nodeSelector: {
'kubernetes.io/arch': 'amd64',
},
resources: {
limits: {
cpu: options.limitCpu || '500m',
Expand Down

0 comments on commit f8ff378

Please sign in to comment.