-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgateway-api.yaml
More file actions
30 lines (30 loc) · 840 Bytes
/
gateway-api.yaml
File metadata and controls
30 lines (30 loc) · 840 Bytes
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
apiVersion: ui.k8s.appscode.com/v1alpha1
kind: Feature
metadata:
name: gateway-api
labels:
app.kubernetes.io/part-of: opscenter-networking
spec:
title: Kubernetes Gateway API
description: |
Kubernetes Gateway API
icons:
- src: https://cdn.appscode.com/k8s/icons/menu/cluster.svg
type: image/svg+xml
featureSet: opscenter-networking
featureBlock: gateway-api
readinessChecks:
resources:
- group: gateway.networking.k8s.io
kind: Gateway
version: v1
recommended: true
chart:
name: gateway-api
namespace: envoy-gateway-system
createNamespace: {{ $.Values.helm.createNamespace }}
version: {{ dig "gateway-api" "version" "" $.Values.helm.releases }}
sourceRef:
kind: HelmRepository
name: appscode-charts-oci
namespace: {{ .Release.Namespace }}