Skip to content

Commit b06961b

Browse files
committed
Øker k8s resources
1 parent 6bb1d07 commit b06961b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.nais/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
max: 1
3030
resources:
3131
requests:
32-
cpu: 200m
33-
memory: 512Mi
34-
limits:
32+
cpu: 500m
3533
memory: 1024Mi
34+
limits:
35+
memory: 2048Mi

src/components/main-section/content-view/pdf-exporter/download-link/DownloadLink.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const DownloadLink = ({ href, icon, disabled, className, children }: Prop
4444
return (
4545
<Link
4646
href={href}
47-
icon={icon}
4847
download={true}
4948
className={classNames(style.link, (isWaiting || disabled) && style.disabled, className)}
5049
onClick={onDownload}

0 commit comments

Comments
 (0)