Adds postgres doctor.
This commit is contained in:
12
apps/postgres/doctor/kustomization.yaml
Normal file
12
apps/postgres/doctor/kustomization.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: postgres
|
||||
resources:
|
||||
- ../config
|
||||
- test-job.yaml
|
||||
labels:
|
||||
- includeSelectors: true
|
||||
pairs:
|
||||
app: postgres-doctor
|
||||
managedBy: kustomize
|
||||
partOf: wild-cloud
|
Reference in New Issue
Block a user