Skip to content

Kubernetes deployment #5

Closed
Closed
@nadilas

Description

@nadilas

Hello guys,

I've been trying to convert the docker-compose to a kubernetes setup.

The issue I ran into is, that the config folder remains empty after the fusionauth-app container deploys. I presume upon the first startup the fusionauth.properties and keystore files would be either downloaded from created from the environment variables provided in the deplyoment file

      containers:
      - env:
        - name: DATABASE_PASSWORD
          value: <password>
        - name: DATABASE_ROOT_PASSWORD
          value: <password>
        - name: DATABASE_ROOT_USER
          value: postgres
        - name: DATABASE_URL
          value: jdbc:postgresql://fusionauth-db:5432/fusionauth
        - name: DATABASE_USER
          value: fusionauth
        - name: FUSIONAUTH_MEMORY
          value: 256M
        - name: FUSIONAUTH_SEARCH_SERVERS
          value: http://fusionauth-search:9200
        image: fusionauth/fusionauth-app:latest
        name: fusionauth
        ports:
        - containerPort: 9011

However the /usr/local/fusionauth/config is empty after startup.
If I manually create the properties file during initialization, we're one step closer. :)

What’s the condition for the “silent configuration” to be triggered?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions