Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: make the chart compatible with GeoNode project based images #202

Closed
AlexGacon opened this issue Aug 1, 2024 · 0 comments · Fixed by #203
Closed

Feature: make the chart compatible with GeoNode project based images #202

AlexGacon opened this issue Aug 1, 2024 · 0 comments · Fixed by #203
Assignees
Labels
feature new required feature

Comments

@AlexGacon
Copy link
Collaborator

Feature Description

One of the recommended way to deploy GeoNode is to create a GeoNode project based on the GH repo https://github.com/GeoNode/geonode-project.

The GeoNode docker images built with this solution differs in with the standard images. Normally a different entry point should be called (stored in /usr/src/my_project/entrypoint.sh) and the tasks.py used for the invoke command is the one stored in /usr/src/my_project/tasks.py).

Since the K8s custom tasks.py is mounted on /usr/src/geonode/tasks.py, when used with the custom images, it is not taken into account.

Proposed Solution

A first solution could be to be able to configure the mount path of the tasks-py volume. Perhaps there are other differences to investigate.

Additional Information

Any additional information or context that may be helpful in implementing the feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new required feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant