Skip to content

glueops-rip/app-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-catalog

This project provides a FastAPI-based service to fetch ArgoCD application data using Kubernetes API and ArgoCD's Custom Resource Definitions (CRDs).

Installation and Setup

git clone https://github.com/GlueOps/app-catalog

cd app-catalog

pip install -r requirements.txt

python3 app/main.py
Environment Variable Description Example Value
CAPTAIN_DOMAIN The domain for generating ArgoCD app URLs captain.example.com
LOG_LEVEL (Optional) The logging level for the application INFO, DEBUG, WARNING

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from GlueOps/template