diff --git a/custom-values.yaml b/custom-values.yaml new file mode 100644 index 0000000..b45ad83 --- /dev/null +++ b/custom-values.yaml @@ -0,0 +1,15 @@ +image: + repository: fastapi-gitops-starter + tag: latest + pullPolicy: Never + +registry: + createImagePullSecret: false + +imagePullSecrets: [] + +autoscaling: + enabled: true + minReplicas: 2 + maxReplicas: 10 + targetCPUUtilizationPercentage: 10