diff --git a/README.md b/README.md index 4367b78..5cbb353 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,13 @@ This project is testing, deploying and using IPv6 only k8s clusters. * k8s test on arm64 * CI/CD using flux * Chart repository (chartmuseum) +* Git repository (gitea) ## Not (yet) working or tested +* proxy for pulling images only + * configure a proxy on crio + * setup a proxy in the cluster (?) * virtualisation (VMs, kubevirt) * network policies * Prometheus for the cluster diff --git a/apps/chartmuseum/README.md b/apps/chartmuseum/README.md index 7d68f32..080001d 100644 --- a/apps/chartmuseum/README.md +++ b/apps/chartmuseum/README.md @@ -1,6 +1,15 @@ ## Missing -- db secret generation (sops?) -- SMTP settings / secrets (ungleich mail + sops?) -- Exposing sizes in value.yaml (db, gitea) - - Maybe reducing to 1 PVC? +* SSL/TLS + * Letsencrypt on port 80 + * Chartmuseum on 443 + * Reload? +* Authentication + * Secret -> generate + * Secret -> sops + + +## Done + +* Basic chartmuseum +* helm push works