diff --git a/manifests/ipify/values.yaml b/manifests/ipify/values.yaml index d8d5082..9030b3c 100644 --- a/manifests/ipify/values.yaml +++ b/manifests/ipify/values.yaml @@ -5,7 +5,6 @@ app: name: ipify version: "1.0.0" description: "IP Subnet Calculator with React + Vite frontend and FastAPI backend" - # Backend configuration backend: port: 8000 @@ -16,22 +15,20 @@ backend: origins: - "http://localhost:3000" - "http://localhost:5173" - # Frontend configuration frontend: port: 3000 apiUrl: "http://localhost:8000" - + image: + tag: master-3812f09 # Development settings development: hotReload: true debug: true - # Production settings production: debug: false minify: true - # Docker configuration docker: backend: @@ -40,7 +37,6 @@ docker: frontend: image: "ipify-frontend" tag: "latest" - # Kubernetes/Helm configuration (for helm chart) kubernetes: namespace: "default" @@ -62,7 +58,6 @@ kubernetes: requests: cpu: "100m" memory: "128Mi" - # Ingress configuration ingress: enabled: false