Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Any way to add profiles to ingressLink Virtual servers?

jonathanj2r
Nimbostratus
Nimbostratus

Does anybody know if there's a supported way of adding profiles to ingressLink-created virtual servers?  Profiles could be HTTP, SSL, ASM, APM, etc...

2 REPLIES 2

Paulius
MVP
MVP

@jonathanj2r Do you mean that you would only like a profile associated for traffic ingress to the virtual server and not egress from the virtual server or the actual interface that traffic is received on? I am not aware of any way to associate profiles for traffic for a specific direction on an interface.

jonathanj2r
Nimbostratus
Nimbostratus

Hey @Paulius !

Thanks for the response.  IngressLink configurations are limited to what you can set in the ingresslink virtual server.https://clouddocs.f5.com/containers/latest/userguide/ingresslink/#configuration

Now you could change the configuration manually in the GUI after you have deployed the ingressLink resource, but any change to the ingressLink resource post manual change will be over written by the CIS pod (as expected).  

I was wondering if there is any way I could set an HTTP or SSL profile in a yaml manifest like I could using CRDs.  

https://clouddocs.f5.com/containers/latest/userguide/crd/

 

But instead of using only CRDs I use ingressLink.

 

Hope that makes sense