init source

This commit is contained in:
leejisun9
2025-08-08 13:26:09 +09:00
parent 795fe1754d
commit a21d9909ec
22 changed files with 694 additions and 18 deletions

12
skaffold.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: skaffold/v4beta13
kind: Config
metadata:
name: bio-backend
build:
artifacts:
- image: backend-0.0.1
docker:
dockerfile: Dockerfile
manifests:
rawYaml:
- k8s/deployment.yaml