backstage / charts

Backstage Helm Charts
Apache License 2.0
140 stars 80 forks source link

Pod state is CrashLoopBack with error code 139 #203

Closed danielyaba closed 1 month ago

danielyaba commented 3 months ago

Hi,

I'm trying to deploy the backstage chart on my local K3D cLuster with the following values:

  backstage:
    extraEnvVarsSecrets:
      - backstage-secrets

    extraEnvVars:
      - name: POSTGRES_HOST
        value: backstage-rw
      - name: POSTGRES_PORT
        value: "5432"

    appConfig:
      app:
        title: My Backstage App
        baseUrl: http://localhost:7007

      organization: 
        name: daniel-yaba

      backend:
        baseUrl: http://localhost:7007
        listen:
          host: localhost
          port: 7007
        database:
          client: pg
          connection:
            host: ${POSTGRES_HOST}
            port: ${POSTGRES_PORT}
            user: ${POSTGRES_USER}
            password: ${POSTGRES_PASSWORD}

      integrations:
        github:
          - host: github.com
            token: ${GITHUB_TOKEN}

      auth:
        providers:
          guest: {}

      scaffolder:

      techdocs:
        builder: 'local'
      generator:
        runIn: 'local'
      publisher:
        type: 'local'

      catalog:
        locations: []

The Backstage pod is stuck on CrashLoopBack with no option to watch logs cause the container is failing right away Exit status code: 139

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.