File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Valori per ambiente di sviluppo su minikube
1+ # Development values for minikube environment
22# Usage: helm install toolhive-ui ./helm -f ./helm/values-dev.yaml
33
44# -- Number of replicas for development
@@ -26,7 +26,7 @@ ingress:
2626 - path : /
2727 pathType : Prefix
2828
29- # Risorse ridotte per ambiente di sviluppo
29+ # Reduced resources for development environment
3030resources :
3131 limits :
3232 cpu : 500m
@@ -35,7 +35,7 @@ resources:
3535 cpu : 100m
3636 memory : 128Mi
3737
38- # Probe più veloci e permissive per sviluppo
38+ # Faster and more permissive probes for development
3939startupProbe :
4040 httpGet :
4141 path : /
@@ -66,7 +66,7 @@ readinessProbe:
6666 successThreshold : 1
6767 failureThreshold : 3
6868
69- # Variabili d'ambiente per sviluppo (esempio )
69+ # Environment variables for development (example )
7070env : []
7171# - name: NEXT_PUBLIC_API_URL
7272# value: "http://api.toolhive-ui.local"
You can’t perform that action at this time.
0 commit comments