examples - fix moodle/k8s port number

This commit is contained in:
bunkerity 2022-08-05 13:56:54 +02:00
parent 305870cc22
commit 7c1474cd89
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,5 @@ if [ $(id -u) -ne 0 ] ; then
exit 1
fi
helm delete moodle
helm delete moodle
kubectl delete pvc data-moodle-mariadb-0

View File

@ -15,4 +15,4 @@ spec:
service:
name: moodle
port:
number: 8080
number: 80