metadata.yaml 605 Bytes
Newer Older
lavado's avatar
lavado committed
1
2
3
4
5
6
7
8
9
10
11
12
name: squid
summary: Describe your charm here
maintainers:
    - Dominik Fleischmann <dominik.fleischmann@canonical.com>
description: |
    A nice long description of what the product does and any
    high level information about how the charm provides the product,
    on which platform, etc.
tags:
    - misc
series:
    - kubernetes
13
14
15
deployment:
    type: stateful
    service: loadbalancer
lavado's avatar
lavado committed
16
17
18
19
storage:
    spool:
        type: filesystem
        location: /var/spool/squid
garciadav's avatar
garciadav committed
20
21
22
23
24
resources:
  image:
    type: oci-image
    description: OSM docker image for LCM
    upstream-source: "domfleischmann/squid-python"