plane debug

This commit is contained in:
titver968
2025-11-18 10:20:45 +01:00
parent 99c6894354
commit 71dffda860

View File

@@ -30,11 +30,6 @@ spec:
{"op": "replace", "path": "/data/REDIS_URL", "value": "'$(echo -n "redis://plane-redis:6379/" | base64)'"} {"op": "replace", "path": "/data/REDIS_URL", "value": "'$(echo -n "redis://plane-redis:6379/" | base64)'"}
]' ]'
# Patch plane-doc-store-secrets - füge Region hinzu
# kubectl patch secret plane-doc-store-secrets -n plane --type='json' -p='[
# {"op": "replace", "path": "/data/AWS_REGION", "value": "'$(echo -n "eu-central-1" | base64)'"}
# ]'
echo "Secrets patched successfully" echo "Secrets patched successfully"
kubectl patch deployment plane-api-wl -n plane --type='json' -p='[ kubectl patch deployment plane-api-wl -n plane --type='json' -p='[
@@ -44,7 +39,7 @@ spec:
"value": { "value": {
"options": [{"name": "ndots", "value": "1"}] "options": [{"name": "ndots", "value": "1"}]
} }
} }
]' ]'
# Patch Worker Deployment # Patch Worker Deployment