18 lines
459 B
YAML
18 lines
459 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: trade-infra
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- postgres-host-service.yaml
|
|
- postgres-host-endpointslice.yaml
|
|
- redis-host-service.yaml
|
|
- redis-host-endpointslice.yaml
|
|
- agave-rpc-host-service.yaml
|
|
- agave-rpc-host-endpointslice.yaml
|
|
- agave-ws-host-service.yaml
|
|
- agave-ws-host-endpointslice.yaml
|
|
- agave-grpc-host-service.yaml
|
|
- agave-grpc-host-endpointslice.yaml
|