postgresql port

This commit is contained in:
titver968
2025-10-07 09:44:00 +02:00
parent 5cf320e851
commit b338754e77
2 changed files with 15 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
echo "=== Pods Status ==="
kubectl get pods -n openproject
echo -e "\n=== Deployment Status ==="
kubectl get deployment -n openproject
echo -e "\n=== Web Pod Details ==="
kubectl describe pod -n openproject -l app.kubernetes.io/name=openproject,app.kubernetes.io/component=web | tail -50
echo -e "\n=== ReplicaSet Status ==="
kubectl get replicaset -n openproject