metaflow-tools icon indicating copy to clipboard operation
metaflow-tools copied to clipboard

metaflow-metaflow-ui POD crashing loopback

Open abdel1979 opened this issue 8 months ago • 0 comments

Pods logs errors shows

psycopg2.OperationalError: fe_sendauth: no password supplied

We use OKE (Oracle Cloud k8 cluster ) Kube version 1.27

metaflow-service:
  metadatadb:
    password: metaflow
    name: metaflow
    user: metaflow

metaflow-ui:
  # Note: for security reasons, these values should NOT be set in plain text.
  #       Better options of passing these values are using environment variables,
  #       kubernetes secret + values file, etc.
  metadatadb:
    password: metaflow
    name: metaflow
    user: metaflow

  ingress:
    enabled: false

postgresql:
  # postgresql.enabled -- Flag to install Postgresql
  enabled: true
  postgresqlPassword: metaflow
  postgresqlDatabase: metaflow
  postgresqlUsername: metaflow
~                                 

abdel1979 avatar Nov 21 '23 09:11 abdel1979