Skip to content

Commit cecc3bd

Browse files
committed
Added custom values for Kubernetes deployment with HPA
1 parent 61d0e65 commit cecc3bd

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

helm/custom-values.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
replicaCount: 1
2+
3+
image:
4+
repository: fastapi-gitops-starter
5+
tag: "v0.4"
6+
pullPolicy: Never
7+
8+
imagePullSecrets: []
9+
10+
registry:
11+
createImagePullSecret: false
12+
13+
ingress:
14+
enabled: true
15+
hosts:
16+
- host: minikube.test
17+
paths:
18+
- path: /GitOps-Starter
19+
pathType: Prefix
20+
21+
app:
22+
rootPath: "/GitOps-Starter"
23+
24+
autoscaling:
25+
enabled: true
26+
minReplicas: 1
27+
maxReplicas: 10
28+
targetCPUUtilizationPercentage: 10

0 commit comments

Comments
 (0)