Travis Glenn Hansen

Results 837 comments of Travis Glenn Hansen

What else do you need to set besides that checkbox?

I've implemented something like this (annotation on per-ingress basis): ``` haproxy-ingress-proxy.pfsense.org/frontendDefinitionTemplate: '{"ssloffloadcert":"5e99cce0e6dd8","ssloffload":"yes"}' ``` This is based off of structure that looks like this for the whole entry (note the important...

Ah! Right now I actually overwrite the acls and actions entirely but I think I can support what you’ve shown. I’ll respond again when I have an updated build.

Those rules would need to also have host and prefix (from the ingress) to be effective right? Otherwise potentially across many ingresses you'll end up with a bunch of conflicting...

I've put a bit of thought into how the template could have placeholders in it and it seems pretty messy. Instead you'll just need to hard-code the rules in the...

I have a pure csi implementation that works with synology available here if you’re interested: https://github.com/democratic-csi/democratic-csi

@olljanat awesome! I will link to it from my project. Would be great if you could put an example for synology in there!

I also have issues with this where we do ssl termination for our ingress controllers external to the cluster (using F5) and F5 points at NodePort service running on the...