2022-05-02 17:36:36 +00:00
|
|
|
---
|
2022-05-02 15:26:33 +00:00
|
|
|
namePrefix: dev-
|
|
|
|
resources:
|
|
|
|
- ../base
|
2022-05-05 15:44:44 +00:00
|
|
|
- svc-db.yaml
|
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
- name: postgresql
|
|
|
|
version: "11.1.25"
|
|
|
|
repo: https://charts.bitnami.com/bitnami
|
|
|
|
releaseName: postgresql
|
|
|
|
valuesInline:
|
|
|
|
metrics:
|
|
|
|
enabled: true
|
|
|
|
auth:
|
|
|
|
database: default
|
|
|
|
postgresPassword: testme
|
|
|
|
|
2022-05-02 17:36:36 +00:00
|
|
|
patchesJson6902:
|
|
|
|
# Patch the ingress-nginx deployment to allow it to use a service with a
|
|
|
|
# namePrefix. See https://github.com/kubernetes/ingress-nginx/issues/2599#issuecomment-601170289.
|
|
|
|
- target:
|
|
|
|
kind: Deployment
|
|
|
|
name: ingress-nginx-controller
|
|
|
|
path: deploy-ingress-nginx.yaml
|