Hi All,
I need some input as to whether I’m going about this the wrong way or not.
I am currently building a HaProxy Docker container. The goal is that the container specifies the global and default settings and these shouldn’t be changed (overwriting the defaults via frontend/backend is of course possible).
I remember that includes doesn’t work the same way as in nginx The question is to what extent my plan is technically possible.
The goal would be to have only two files in the pvc, one for the frontend config and the other for the backend config, (Or one file if that makes things easier).
But the way I see it, I can’t give HaProxy two folders where it pulls configs from, can I?
Thanks,
Alex