Explorar el Código

Corrijo nombre de host

Tino hace 5 meses
padre
commit
3ca3a47762
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Consola/env-prod-configmap.yaml

+ 1 - 1
Consola/env-prod-configmap.yaml

@@ -2,7 +2,7 @@ apiVersion: v1
 data:
   DEBUG: "False"
 #  SQL_HOST: postgres-cluster-rw.reymota-pg-cluster.svc.cluster.local
-  SQL_HOST: k8s-postgres-cluster-rw.k8s-pg-cluster.svc.cluster.local
+  SQL_HOST: postgres-cluster-rw.reymota-pg-cluster.svc.cluster.local
   SQL_PORT: "5432"
   DATABASE: postgres
 kind: ConfigMap