plane back to te last config

This commit is contained in:
titver968
2025-10-24 14:03:31 +02:00
parent 9a03dcdb98
commit 4532cafc0b
3 changed files with 54 additions and 112 deletions

View File

@@ -0,0 +1,10 @@
kubectl patch ingress plane-ingress -n plane \
--type merge \
-p '{
"spec": {
"tls": [{
"hosts": ["plane.innovation-hub-niedersachsen.de"],
"secretName": "plane-tls"
}]
}
}'