14 lines
406 B
YAML
14 lines
406 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- new-deployment.yaml
|
|
- hermes-secret.yaml
|
|
- configmap.yaml
|
|
- rays-hermes-secret.yaml
|
|
- api-server-configmap.yaml
|
|
- hermes-webui-service.yaml
|
|
# - hermes-service.yaml
|
|
- new-deployment-rays.yaml
|
|
- tele-webhook.yaml
|
|
- rays-configmap.yaml
|
|
- ../../../../infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml
|