Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
16 lines
321 B
YAML
16 lines
321 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
|