giantswarm / happa

Web user interface for Giant Swarm – Beyond managed Kubernetes
https://www.giantswarm.io/
Apache License 2.0
21 stars 5 forks source link

Adapt fe-docs chart for new operations cluster #4591

Closed marians closed 7 months ago

marians commented 7 months ago

Towards https://github.com/giantswarm/giantswarm/issues/29470

This PR attempts to make the fe-docs chart deployable on k8s 1.25

Included changes:

marians commented 7 months ago

FYI: I changed the CircleCI config to publish dev builds for fe-docs, too. Might revert this after testing.

marians commented 7 months ago

The app still fails to deploy because of mkdir() "/tmp/proxy_temp" failed (30: Read-only file system). I'll try to remove the need for a cache dir, since fe-docs is all static content anyway.