Initial template: Vue 3 + FastAPI + SQLite full-stack with K8s deployment
Extracted from oil project — business logic removed, auth/db/deploy infrastructure generalized with APP_NAME placeholders. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
deploy/service.yaml
Normal file
11
deploy/service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: APP_NAME
|
||||
namespace: APP_NAME
|
||||
spec:
|
||||
selector:
|
||||
app: APP_NAME
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8000
|
||||
Reference in New Issue
Block a user