• Geoff Simmons's avatar
    Update BackendConfig with parameters for ExternalName Services. · 0f1ea9c5
    Geoff Simmons authored
    These correspond to properties that can be set in VMOD dynamic.
    Currently we have:
    
    dnsRetryDelay: this is set as the ttl in the VMOD. Since we get
    DNS TTLs from the server, it effectively sets the retry delay
    after a lookup gets negative results. More recent versions of the
    VMOD have a separate parameter for this purpose, so this should be
    updated soon.
    
    domainUsageTimeout: corresponds to the domain_usage_timeout param
    of the VMOD director.
    
    firstLookupTimeout: corresponds to the first_lookup_timeout param
    of the VMOD director.
    
    resolverTimeout: set with the .set_timeout() method of the VMOD
    resolver object.
    
    resolverIdleTimeout: set with the .set_idle_timeout() method of the
    VMOD resolver object.
    
    maxDNSQueries: set with the .set_limit_outstanding_queries() method
    of the VMOD resolver object.
    
    followDNSRedirects: set with the .set_follow_redirects() method of
    the VMOD resolver object.
    0f1ea9c5
Name
Last commit
Last update
..
README.md Loading commit data...
adm-secret.yaml Loading commit data...
admin-svc.yaml Loading commit data...
backendcfg-crd.yaml Loading commit data...
clear.sh Loading commit data...
controller.yaml Loading commit data...
deploy.sh Loading commit data...
deploy.vtc Loading commit data...
init.sh Loading commit data...
nodeport.yaml Loading commit data...
rbac.yaml Loading commit data...
serviceaccount.yaml Loading commit data...
tls-cert-secret.yaml Loading commit data...
undeploy.sh Loading commit data...
varnish.yaml Loading commit data...
varnishcfg-crd.yaml Loading commit data...
verify.sh Loading commit data...