You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I have a public map tile service in my cluster and I need to cache most of the responses because the service can't handle many requests due to having heavy data. I couldn't find any example of nginx with cdk8s how to achieve this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I have a public map tile service in my cluster and I need to cache most of the responses because the service can't handle many requests due to having heavy data. I couldn't find any example of nginx with cdk8s how to achieve this.
My service is configured as this:
Basically I am trying to figure out how I can achieve this:
https://github.com/maplibre/martin/blob/main/docs/src/run-with-nginx.md
with cdk8s
Beta Was this translation helpful? Give feedback.
All reactions