saurabh-saraswat opened a new pull request, #300:
URL: https://github.com/apache/trafficserver-ingress-controller/pull/300

   Here is the initial version of Caching CRD for ATS. Using which caching can 
be configured for different origin servers.
   kind: ATSCachingPolicy
   metadata:
     name: my-app-caching
     namespace: caching-ats-new
   spec:
     rules:
       - name: home-endpoint
         primarySpecifier:
           type: url_regex
           pattern: ".*/app1"
         action: cache
         ttl: "12s"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to