Adds moodle app.

This commit is contained in:
2026-06-19 21:33:14 +00:00
parent 855fb03e17
commit 5e98b3fce6
10 changed files with 300 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: moodle
namespace: {{ .namespace }}
spec:
selector:
component: web
ports:
- name: http
port: 8080
targetPort: 8080
protocol: TCP