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 name: ipify
version: "1.0.0" version: "1.0.0"
description: "IP Subnet Calculator with React + Vite frontend and FastAPI backend" description: "IP Subnet Calculator with React + Vite frontend and FastAPI backend"
# Backend configuration # Backend configuration
backend: backend:
port: 8000 port: 8000
@ -16,22 +15,20 @@ backend:
origins: origins:
- "http://localhost:3000" - "http://localhost:3000"
- "http://localhost:5173" - "http://localhost:5173"
# Frontend configuration # Frontend configuration
frontend: frontend:
port: 3000 port: 3000
apiUrl: "http://localhost:8000" apiUrl: "http://localhost:8000"
image:
tag: master-3812f09
# Development settings # Development settings
development: development:
hotReload: true hotReload: true
debug: true debug: true
# Production settings # Production settings
production: production:
debug: false debug: false
minify: true minify: true
# Docker configuration # Docker configuration
docker: docker:
backend: backend:
@ -40,7 +37,6 @@ docker:
frontend: frontend:
image: "ipify-frontend" image: "ipify-frontend"
tag: "latest" tag: "latest"
# Kubernetes/Helm configuration (for helm chart) # Kubernetes/Helm configuration (for helm chart)
kubernetes: kubernetes:
namespace: "default" namespace: "default"
@ -62,7 +58,6 @@ kubernetes:
requests: requests:
cpu: "100m" cpu: "100m"
memory: "128Mi" memory: "128Mi"
# Ingress configuration # Ingress configuration
ingress: ingress:
enabled: false enabled: false