Skip to content

Commit 6c40d59

Browse files
committed
Use new quotes-backend from frontend
1 parent 2c19daa commit 6c40d59

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

quotes-frontend/.nais/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ spec:
5353
path: "/metrics"
5454
resources:
5555
limits:
56-
memory: "56Mi"
56+
memory: "128Mi"
5757
requests:
58-
cpu: "10m"
58+
cpu: "100m"
5959
memory: "56Mi"
6060
accessPolicy:
6161
outbound:

quotes-frontend/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const geistMono = Geist_Mono({
1616

1717
export const metadata: Metadata = {
1818
title: "Quotes Frontend",
19-
description: "An example project showcasing functionality in the NAIS platform.",
19+
description: "An example project showcasing functionality in the Nais platform.",
2020
};
2121

2222
const { publicRuntimeConfig } = getConfig();

quotes-frontend/src/data/quotes.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ declare global {
1111
export const quotes = globalThis.quotes || [
1212
{
1313
id: "1a22378f-dbae-4a2a-a001-84a0538ca01a",
14-
text: "Deploy with confidence—let NAIS handle the platform, you focus on the code.",
15-
author: "NAIS Team"
14+
text: "Deploy with confidence—let Nais handle the platform, you focus on the code.",
15+
author: "Nais Team"
1616
},
1717
{
1818
id: "2a22378f-dbae-4a2a-a001-84a0538ca01b",
19-
text: "Kubernetes is complex, but NAIS makes it simple for developers.",
19+
text: "Kubernetes is complex, but Nais makes it simple for developers.",
2020
author: "Platform Engineer"
2121
},
2222
{
2323
id: "3a22378f-dbae-4a2a-a001-84a0538ca01c",
24-
text: "With NAIS, continuous delivery is not just a dream—it's the default.",
24+
text: "With Nais, continuous delivery is not just a dream—it's the default.",
2525
author: "DevOps Enthusiast"
2626
},
2727
{
2828
id: "4a22378f-dbae-4a2a-a001-84a0538ca01d",
29-
text: "Secure by default—NAIS integrates best practices into every deployment.",
29+
text: "Secure by default—Nais integrates best practices into every deployment.",
3030
author: "Security Advocate"
3131
},
3232
{
3333
id: "5a22378f-dbae-4a2a-a001-84a0538ca01e",
34-
text: "From Helm charts to GitHub Actions, NAIS brings it all together.",
34+
text: "From Helm charts to GitHub Actions, Nais brings it all together.",
3535
author: "Cloud Native Developer"
3636
}
3737
];

0 commit comments

Comments
 (0)