17 lines
348 B
YAML
17 lines
348 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: taskarr
|
|
|
|
resources:
|
|
- ./deployment.yaml
|
|
- ./ingress.yaml
|
|
- ./cert.yaml
|
|
- ./service.yaml
|
|
- ./migration-job.yaml
|
|
- ./postgres-service.yaml
|
|
- ./postgres-storage.yaml
|
|
- ./postgres.yaml
|
|
- ./database-secret.yaml
|
|
- ./app-secret.yaml
|
|
- ./db-taskarr-user.yaml
|