Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions kubernetes/app.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ------------------- Deployment -------------------
apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -16,7 +17,7 @@ spec:
spec:
containers:
- name: vproapp
image: visualpath/vpromultiapp
image: prashanthvarma6757/jesuscicdm18:22
ports:
- name: vproapp-port
containerPort: 8080
Expand All @@ -26,6 +27,7 @@ spec:
requests:
cpu: 200m

# ------------------- Service -------------------
---
apiVersion: v1
kind: Service
Expand All @@ -34,23 +36,23 @@ metadata:
spec:
ports:
- port: 80
# nodePort: 31001
targetPort: vproapp-port
protocol: TCP
selector:
app: vproapp
type: LoadBalancer

# ------------------- HPA -------------------
---
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: hpa-vprofile-autoscaler
spec:
scaleTargetRef:
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
name: vproapp
name: vproapp-deployment
minReplicas: 1
maxReplicas: 10
targetCPUUtilizationPercentage: 50
Empty file added src/debit/1.txt
Empty file.
Empty file added src/debit/current
Empty file.
Empty file added src/debit/currentfile1
Empty file.
2 changes: 2 additions & 0 deletions src/debit/file1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
this is new file created in debit branch
this is the the new line added
Empty file added src/debit/file2
Empty file.
Empty file added src/debit/file2.txt
Empty file.
Empty file added src/debit/file3.txt
Empty file.
Empty file added src/debit/r1
Empty file.
Empty file added src/debit/r2
Empty file.
Empty file added src/debit/r3
Empty file.
Empty file added src/debit/test1
Empty file.
1 change: 1 addition & 0 deletions src/savings/savings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is where savings related code is stored