-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.yaml
executable file
·81 lines (81 loc) · 2.01 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: kubeflow-dashboard
summary: Kubeflow Central Dashboard
description: Kubeflow Central Dashboard
docs: https://discourse.charmhub.io/t/8231
containers:
kubeflow-dashboard:
resource: oci-image
resources:
oci-image:
type: oci-image
description: 'Backing OCI image'
auto-fetch: true
# On using the ROCK, modify the service command in the charm.py to remove tini
upstream-source: charmedkubeflow/centraldashboard:1.9.0-385a9c5
provides:
links:
interface: kubeflow_dashboard_links
grafana-dashboard:
interface: grafana_dashboard
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
kubeflow-profiles:
interface: k8s-service
schema:
v1:
provides:
type: object
properties:
service-name:
type: string
service-port:
type: string
required:
- service-name
- service-port
versions: [v1]
__schema_source: https://raw.githubusercontent.com/canonical/operator-schemas/master/k8s-service.yaml
logging:
interface: loki_push_api
optional: true