-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathkustomization.yaml
More file actions
47 lines (45 loc) · 1.39 KB
/
kustomization.yaml
File metadata and controls
47 lines (45 loc) · 1.39 KB
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
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: mcp-test
resources:
- namespace.yaml
- server1-deployment.yaml
- server1-service.yaml
- server1-httproute.yaml
- server1-httproute-ext.yaml
- server2-deployment.yaml
- server2-service.yaml
- server2-httproute.yaml
- server2-httproute-ext.yaml
- server3-deployment.yaml
- server3-service.yaml
- server3-httproute.yaml
- server3-httproute-ext.yaml
- api-key-server-deployment.yaml
- api-key-server-service.yaml
- api-key-server-httproute.yaml
- api-key-server-httproute-ext.yaml
- api-key-server-secret.yaml
- custom-path-server-deployment.yaml
- custom-path-server-httproute.yaml
- oidc-server-deployment.yaml
- oidc-server-service.yaml
- oidc-server-httproute.yaml
- oidc-server-httproute-ext.yaml
- oidc-server-secret.yaml
- everything-server-deployment.yaml
- everything-server-service.yaml
- everything-server-httproute.yaml
- everything-server-httproute-ext.yaml
- custom-response-deployment.yaml
- custom-response-httproute.yaml
- custom-response-service.yaml
- broken-server-service.yaml
- broken-server-httproute.yaml
- broken-server-deployment.yaml
- restaurant-server-deployment.yaml
- restaurant-server-service.yaml
- restaurant-server-httproute.yaml
- messaging-server-deployment.yaml
- messaging-server-service.yaml
- messaging-server-httproute.yaml