plane commented

This commit is contained in:
titver968
2025-10-15 08:30:31 +02:00
parent 34e84a832a
commit d0a11d8977
2 changed files with 58 additions and 58 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"
}]
}
}'