Skip to content

Commit

Permalink
config again edit
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 12, 2024
1 parent ec791dd commit 56fd6d6
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion manifests/k8s/deployments/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# apiVersion: apps/v1
# kind: Deployment
# metadata:
# name: learnup-frontend-deployment
# labels:
# app: learnup-frontend
# spec:
# replicas: 1
# selector:
# matchLabels:
# app: learnup-frontend
# template:
# metadata:
# labels:
# app: learnup-frontend
# spec:
# containers:
# - name: learnup-frontend
# image: thakiyudheen/learnup-client:latest
# ports:
# - containerPort: 5173
# envFrom:
# - configMapRef:
# name: learnup-frontend-config
# ---
# apiVersion: v1
# kind: Service
# metadata:
# name: learnup-frontend-service
# spec:
# selector:
# app: learnup-frontend
# ports:
# - port: 5173
# targetPort: 5173
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -32,4 +67,4 @@ spec:
app: learnup-frontend
ports:
- port: 5173
targetPort: 5173
targetPort: 5173

0 comments on commit 56fd6d6

Please sign in to comment.