frontend: update tag to master-3812f09

This commit is contained in:
woodpecker-bot 2025-12-23 19:09:22 +00:00
parent c8ad88b31b
commit 0d29d152ac

View File

@ -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