ssmiller25 / blast

An Immutable Low Cost Cluster
MIT License
3 stars 1 forks source link

Cluster Customization #8

Closed ssmiller25 closed 3 years ago

ssmiller25 commented 4 years ago

Before I get too far, begin breaking out all the hard-coded values. Probably a configmap that can be leveraged to adjust configuration to inherit.

ssmiller25 commented 4 years ago

Have to figure out ingress hostnames, as I can't pull those from configmaps. Grrr...might just have to relay on overlays for that customization. Rather avoid helm if at all possible. Perhaps kpt, but it's still fairly early on...

ssmiller25 commented 4 years ago

Although really could do some sort of quick job, pass it parameters from a configmap, and have it spin up the ingress object. Feels just slightly hacky...but get's me down to just a configmap for customization...

ssmiller25 commented 3 years ago

Old cluster issues, closing