-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
57 lines (57 loc) · 1.5 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: zenml-server
description: |
zenml-server is a Kubernetes charm bundle for ZenML Server. This bundle automates the deployment and operation of ZenML Server on Kubernetes cluster.
summary: |
A charm which provides a Kubernetes installation of the ZenML (https://www.zenml.io/) server.
docs: https://discourse.charmhub.io/t/zenml-server-docs-index/12831
containers:
zenml-server:
resource: oci-image
resources:
oci-image:
type: oci-image
description: Backing OCI image
upstream-source: docker.io/zenmldocker/zenml-server:0.56.3
requires:
relational-db:
interface: mysql_client
ingress:
interface: ingress
schema:
v2:
requires:
type: object
properties:
service:
type: string
port:
type: integer
namespace:
type: string
prefix:
type: string
rewrite:
type: string
required:
- service
- port
- namespace
- prefix
v1:
requires:
type: object
properties:
service:
type: string
port:
type: integer
prefix:
type: string
rewrite:
type: string
required:
- service
- port
- prefix
versions: [v1]
__schema_source: https://raw.githubusercontent.com/canonical/operator-schemas/master/ingress.yaml