In Maple, the plugin API is slightly different: the apk file is built and stored in the android-app Docker image, then served by a simple Caddy file server. This makes it easy to distribute the apk to students.
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: android-app
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 8000
|
|
protocol: TCP
|
|
selector:
|
|
app.kubernetes.io/name: android-app
|