Skip to content

Commit 6d3fd23

Browse files
authored
Merge pull request #168 from CS3219-AY2425S1/feat/update-env
update home component
2 parents bccd4dd + d2f633f commit 6d3fd23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

k8s/ingress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
apiVersion: networking.k8s.io/v1
1111
kind: Ingress
1212
metadata:
13-
name: nginx-ingress-session
13+
name: nginx-ingress-all
1414
annotations:
1515
kubernetes.io/ingress.global-static-ip-name: nginx-api
1616
networking.gke.io/managed-certificates: peerprep-fe-cs3219-g11-nginx-all
@@ -19,7 +19,7 @@ metadata:
1919
spec:
2020
ingressClassName: "gce"
2121
rules:
22-
- host: peerprep-fe.duckdns.org
22+
- host: peerprep-mock-interview.duckdns.org
2323
http:
2424
paths:
2525
- path: /*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22
import MainComponent from './components/Main';
33

4-
// home component
4+
// home component with main component
55
export default function Home() {
66
return <MainComponent />;
77
}

0 commit comments

Comments
 (0)