Skip to content

Commit

Permalink
errror currect
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 12, 2024
1 parent 37091bb commit d0d4ff7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifests/k8s/configMaps/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: learnup-frontend-config
labels:
app: learnup-client-service
app: learnup-frontend-service
data:
VITE_REACT_APP_PRESET_KEY: cogpbt77
VITE_REACT_APP_CLOUD_NAME: dy8yhxc6a
Expand Down
10 changes: 5 additions & 5 deletions manifests/k8s/deployments/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ kind: Deployment
metadata:
name: learnup-frontend-deployment
labels:
app: learnup-frontend
app: learnup-frontend-service
spec:
replicas: 1
selector:
matchLabels:
app: learnup-frontend
app: learnup-frontend-service
template:
metadata:
labels:
app: learnup-frontend
app: learnup-frontend-service
spec:
containers:
- name: learnup-frontend
- name: learnup-frontend-service
image: thakiyudheen/learnup-client:latest
ports:
- containerPort: 5173
Expand All @@ -64,7 +64,7 @@ metadata:
name: learnup-frontend-service
spec:
selector:
app: learnup-frontend
app: learnup-frontend-service
ports:
- port: 5173
targetPort: 5173
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
@tailwind components;
@tailwind utilities;


/*
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

*/

@layer base {
:root {
Expand Down

0 comments on commit d0d4ff7

Please sign in to comment.