Initial commit
This commit is contained in:
commit
c029592583
31 changed files with 39732 additions and 0 deletions
27
charts/pgadmin/values.yaml
Normal file
27
charts/pgadmin/values.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
namespace: pgadmin
|
||||
|
||||
image:
|
||||
repository: dpage/pgadmin4
|
||||
tag: "9.15"
|
||||
|
||||
auth:
|
||||
email: arvind.prabhakar@symcrest.com
|
||||
secret: postgres-secret
|
||||
|
||||
storage:
|
||||
className: longhorn
|
||||
size: 5Gi
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
|
||||
route:
|
||||
name: pgadmin
|
||||
gatewayName: public-gateway
|
||||
gatewayNamespace: apps
|
||||
hostnames:
|
||||
- symcrest.com
|
||||
- www.symcrest.com
|
||||
basePath: /internal/dev/pgadmin
|
||||
serviceName: pgadmin
|
||||
servicePort: 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue