Skip to content

Commit 57662a3

Browse files
authored
fixing some links, removing deprecated clusters (#231)
1 parent b5d7943 commit 57662a3

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

src/components/ServiceList.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@ const services = [
1616
{
1717
title: 'OpenDataHub',
1818
image: ODHLogo,
19-
url: 'https://www.operate-first.cloud/apps/content/odh/README.html',
19+
url: 'https://www.operate-first.cloud/apps/content/odh/docs/README.html',
2020
description:
2121
'We manage a deployment of Open Data Hub (ODH) on the Smaug cluster and OSC cluster',
2222
},
2323
{
2424
title: 'ArgoCD',
2525
image: ArgoLogo,
26-
url: 'https://www.operate-first.cloud/apps/content/argocd-gitops/README.html',
26+
url: 'https://www.operate-first.cloud/apps/content/argocd-gitops/docs/add_application.html',
2727
description:
2828
'Kubernetes native workflows, events, CI and CD. We manage a multi-tenant deployment of ArgoCD on the MOC Infra cluster',
2929
},
3030
{
3131
title: 'Observatorium',
3232
image: ObservatoriumLogo,
33-
url: 'https://www.operate-first.cloud/apps/content/observatorium/README.html',
33+
url: 'https://www.operate-first.cloud/apps/content/observatorium/docs/loki/README.html',
3434
description:
3535
'We have an instance of Observatorium currently being used to provision Thanos and Loki',
3636
},
3737
{
3838
title: 'OpenShift Data Foundation',
3939
image: RedHatLogo,
40-
url: 'https://www.redhat.com/en/technologies/cloud-computing/openshift-data-foundation',
40+
url: 'https://www.operate-first.cloud/apps/content/odf/docs/buckets-external-access.html',
4141
description:
4242
'ODF provides both persistent volumes and S3 compatible object storage via Rook Operator',
4343
},

src/pages/community-cloud.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,6 @@ const clusters = [
2929
color: 'red',
3030
url: 'http://console-openshift-console.apps.smaug.na.operate-first.cloud/',
3131
},
32-
{
33-
title: 'Morty',
34-
icon: Cloud,
35-
color: 'blue',
36-
url: 'https://console-openshift-console.apps.morty.emea.operate-first.cloud/',
37-
},
38-
{
39-
title: 'Rick',
40-
icon: Cloud,
41-
color: 'blue',
42-
url: 'https://console-openshift-console.apps.rick.emea.operate-first.cloud/',
43-
},
44-
{
45-
title: 'Balrog',
46-
icon: Cloud,
47-
color: 'orange',
48-
url: 'https://console-openshift-console.apps.balrog.aws.operate-first.cloud/',
49-
},
5032
];
5133

5234
const useStyles = createStyles((theme) => ({

0 commit comments

Comments
 (0)