-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.yaml
executable file
·64 lines (62 loc) · 1.53 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
58
59
60
61
62
63
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.
name: kubeflow-volumes
summary: Kubeflow Volumes
description: Kubeflow Volumes
docs: https://discourse.charmhub.io/t/8234
website: https://charmhub.io/kubeflow-volumes
source: https://github.com/canonical/kubeflow-volumes-operator
containers:
kubeflow-volumes:
resource: oci-image
resources:
oci-image:
type: oci-image
description: 'Backing OCI image'
upstream-source: docker.io/charmedkubeflow/volumes-web-app:1.9.0-287d9e9
requires:
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
dashboard-links:
interface: kubeflow_dashboard_links
logging:
interface: loki_push_api
optional: true