forked from jdkandersson/hello-kubecon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
34 lines (29 loc) · 799 Bytes
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 2021 Jon Seager
# See LICENSE file for licensing details.
name: hello-kubecon
description: |
A basic demonstration charm that hosts a placeholder webpage with links
to various Juju/Charmed Operator SDK pages. Hosted using a small, custom
webserver written in Go (https://github.com/jnsgruk/gosherve). Illustrates
the use of charm workloads, actions, config, storage and relations.
summary: |
A demonstration charm for Kubecon Operator Day 2021.
assumes:
- k8s-api
containers:
gosherve:
resource: gosherve-image
mounts:
- storage: webroot
location: /srv
resources:
gosherve-image:
type: oci-image
description: OCI image for gosherve
storage:
webroot:
type: filesystem
location: /srv
requires:
ingress:
interface: ingress