plane-ingress.yaml deleted

This commit is contained in:
titver968
2025-10-15 08:13:48 +02:00
parent f61db248a5
commit 476caecdaf
2 changed files with 10 additions and 10 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"
}]
}
}'