kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
46 stars 13 forks source link

✨ use ConfigMap to store KubeFlex configuration such as external port for ingress and domain #84

Closed pdettori closed 11 months ago

pdettori commented 11 months ago

Summary

Allow to use config map to set configuration, for example allow to use existing cluster with different port mapping for ingress than default port 9443 and use a domain different than "localtest.me"

Related issue(s)

Fixes #83