Add kustomize support to Postgres UI. (#1086)

Co-authored-by: Peter Halliday <peter.halliday@walgreens.com>
This commit is contained in:
Peter Halliday 2020-08-26 05:06:25 -05:00 committed by GitHub
parent 3ddc56e5b9
commit dab704c566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- ingress.yaml
- service.yaml
- ui-service-account-rbac.yaml