Initial commit: Simple ASM - ARM assembly learning game
10-level progressive game teaching ARM assembly basics: registers, arithmetic, bitwise ops, memory, branching, loops. Vue 3 + FastAPI + SQLite with K8s deployment.
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: simpleasm
|
||||
namespace: simpleasm
|
||||
spec:
|
||||
selector:
|
||||
app: simpleasm
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8000
|
||||
Reference in New Issue
Block a user