init: go api with CI/CD
All checks were successful
Build & Deploy Go API / build (push) Successful in 33s

This commit is contained in:
joe
2026-07-19 02:43:07 +08:00
committed by Joe
parent 3c2acadc3f
commit 229009bd3c
7 changed files with 243 additions and 0 deletions

9
deploy/helm/Chart.yaml Normal file
View File

@@ -0,0 +1,9 @@
# Minimal Helm chart for any service
# Place at: <repo>/deploy/helm/
apiVersion: v2
name: demo-go-api
description: Standard Helm chart for k3s services
type: application
version: 0.1.0
appVersion: "1.0.0"