Skip to content

Commit fd348a8

Browse files
committed
leftover
1 parent 977494e commit fd348a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helm/values-dev.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
3030
resources:
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
3939
startupProbe:
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)
7070
env: []
7171
# - name: NEXT_PUBLIC_API_URL
7272
# value: "http://api.toolhive-ui.local"

0 commit comments

Comments
 (0)