-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.yaml
executable file
·65 lines (65 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
58
59
60
61
62
63
64
65
# Copyright 2021 Canonical Ltd.
# See LICENSE file for licensing details.
name: envoy
summary: Cloud-native high-performance edge/middle/service proxy
description: https://www.envoyproxy.io/
containers:
envoy:
resource: oci-image
resources:
oci-image:
type: oci-image
description: Backing OCI image
auto-fetch: true
upstream-source: gcr.io/ml-pipeline/metadata-envoy:2.2.0
provides:
metrics-endpoint:
interface: prometheus_scrape
grafana-dashboard:
interface: grafana_dashboard
requires:
grpc:
interface: k8s-service
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
logging:
interface: loki_push_api
optional: true