Content Cache Charmers Content Cache K8S

  • By Content Cache Charmers
Channel Revision Published Runs on
latest/stable 6 08 Apr 2021
Ubuntu 20.04
juju deploy content-cache-charmers-content-cache-k8s
Show information

Platform:

Learn about configurations >

  • backend | string

    The backend to use for site, e.g. "http://mybackend.local:80"; This setting is required.

  • backend_site_name | string

    Backend site name, e.g. mybackend.local. If none given, will work out from the configured 'backend' config above.

  • cache_inactive_time | string

    Default: 10m

    The maximum age/time inactive objects are stored in cache.

  • cache_max_size | string

    Default: 10G

    The size of the Nginx storage cache.

  • cache_use_stale | string

    Default: error timeout updating http_500 http_502 http_503 http_504

    Determines in which cases a stale cached response can be used during communication with the proxied server.

  • cache_valid | string

    Default: 200 1h

  • client_max_body_size | string

    Override max. request body size (default 1m).

  • image_password | string

    The password associated with image_username for accessing the registry specified in image_path.

  • image_path | string

    Default: contentcachecharmers/content-cache:edge

    The location of the image to use, e.g. "localhost:32000/myimage:latest" This setting is required.

  • image_username | string

    The username for accessing the registry specified in image_path.

  • site | string

    The site name, e.g. "mysite.local" This setting is required.

  • tls_secret_name | string

    The name of the K8s secret to be associated with the ingress resource.