15 lines
402 B
YAML
15 lines
402 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: wyoming
|
|
resources:
|
|
- pvc.yaml
|
|
- piper-deployment.yaml
|
|
- piper-service.yaml
|
|
- whisper-deployment.yaml
|
|
- whisper-service.yaml
|
|
- piper-image-policy.yaml
|
|
- piper-image-repo.yaml
|
|
- piper-image-update-automation.yaml
|
|
- whisper-image-policy.yaml
|
|
- whisper-image-repo.yaml
|
|
- whisper-image-update-automation.yaml |