homelab/skaffold.yaml
Gonçalo Rodrigues 3621df170a fix(skaffold): pass defaultRepo as --default-repo flag, add deploy targets
defaultRepo is not valid inside a profile build block in v4beta13.
Pass it as a CLI flag instead and expose make deploy / make deploy-<module>
targets for convenience.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 22:39:58 +01:00

28 lines
545 B
YAML

apiVersion: skaffold/v4beta13
kind: Config
metadata:
name: homelab
requires:
- path: apps/auth/services/gateway
configs: [gateway]
- path: apps/auth/services/users
configs: [users]
- path: apps/test/services/example-service
configs: [example-service]
- path: apps/finance/services/api
configs: [finance-api]
profiles:
- name: local
activation:
- kubeContext: k3d-homelab
- name: ci
build:
local:
push: true
platforms:
- linux/arm64
tagPolicy:
gitCommit: {}