Gerasimos Tzakis

Results 3 comments of Gerasimos Tzakis

Hello @kumar-swamy, oo thank you. Yes you are right, as soon i put the service-name as key it works. What about "Load balancer" service types though? For example: `service.citrix.com/service_type: "HTTP"...

Hello @apoorva-05, below is the manifest. ``` apiVersion: v1 kind: Service metadata: name: nginx-service annotations: service.citrix.com/service_type: "SSL" service.citrix.com/lbmethod: "LEASTRESPONSETIME" service.citrix.com/persistence: "COOKIEINSERT" service.citrix.com/preconfigured-certkey: "makis-cert" labels: app: nginx spec: type: LoadBalancer loadBalancerIP:...

Quick update regarding the above. Looks like that if you configure the Scheduled Jobs with custom interval and add the crontab to run at specific time daily, everything works as...