mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
examples - fix moodle/k8s port number
This commit is contained in:
parent
305870cc22
commit
7c1474cd89
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -15,4 +15,4 @@ spec:
|
|||
service:
|
||||
name: moodle
|
||||
port:
|
||||
number: 8080
|
||||
number: 80
|
||||
Loading…
Reference in a new issue