oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
51 stars 60 forks source link

Test and integrate gitops 8Knot declarations #421

Closed JamesKunstle closed 1 year ago

JamesKunstle commented 1 year ago

Cory took me through the process of defining 8Knot in its Openshift components, including

So in the future, any changes we make can be managed by Git (changing the declarative application yaml).

Need to talk to @mscherer about whether any changes need to be made to the app, considering the existence of stuff like openshift-acme, the 'let's encrypt' certificate worker thing.

mscherer commented 1 year ago

Openshift-acme is deprecated (but still work for now). Integration wise, you need 1 line in route declaration and that's it. I am planning to test certmanager now it emerged as the more or less blessed component for openshift, but not today. I will submit PR if needed once that's done.