initial app

This commit is contained in:
2026-02-06 19:46:26 +04:00
commit a2c4560e36
4 changed files with 64 additions and 0 deletions

17
skaffold.yaml Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: skaffold/v4beta13
kind: Config
metadata:
name: playground
build:
artifacts:
- image: igit.danilkolesnikov.ru/danil/playground_app
docker:
dockerfile: Dockerfile
manifests:
rawYaml:
- k8s/app.yaml
portForward:
- resourceType: Service
resourceName: fastapi-app-service
port: 8000