Add base kubernetes support final

This commit is contained in:
Urtzi Alfaro
2025-09-28 13:54:28 +02:00
parent b95ecf1c53
commit 3816383760
25 changed files with 2271 additions and 99 deletions

View File

@@ -6,6 +6,9 @@ metadata:
build:
local:
push: false
tagPolicy:
envTemplate:
template: "dev"
artifacts:
# Gateway
- image: bakery/gateway
@@ -95,17 +98,8 @@ deploy:
paths:
- infrastructure/kubernetes/overlays/dev
portForward:
- resourceType: service
resourceName: frontend-service
namespace: bakery-ia
port: 3000
localPort: 3000
- resourceType: service
resourceName: gateway-service
namespace: bakery-ia
port: 8000
localPort: 8000
# Port forwarding removed - using ingress with direct port mapping
# Access via: https://localhost (or http://localhost)
profiles:
- name: dev
@@ -113,7 +107,8 @@ profiles:
local:
push: false
tagPolicy:
gitCommit: {}
envTemplate:
template: "dev"
deploy:
kustomize:
paths: