postgresql port
This commit is contained in:
13
argocd/apps/openproject/cvmtmp.sh
Executable file
13
argocd/apps/openproject/cvmtmp.sh
Executable 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
|
||||||
@@ -39,7 +39,7 @@ spec:
|
|||||||
password_reset: true
|
password_reset: true
|
||||||
name: "OpenProject Admin"
|
name: "OpenProject Admin"
|
||||||
mail: "inno-netz@innovation-hub-niedersachsen.de"
|
mail: "inno-netz@innovation-hub-niedersachsen.de"
|
||||||
|
|
||||||
# Explizite Datenbank-Konfiguration
|
# Explizite Datenbank-Konfiguration
|
||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
@@ -90,10 +90,7 @@ spec:
|
|||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- name: postgresql
|
postgresql: 5432
|
||||||
port: 5432
|
|
||||||
targetPort: 5432
|
|
||||||
|
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
|
|||||||
Reference in New Issue
Block a user