Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ image:

imagePullSecrets: []

global:
security:
allowInsecureImage: true

ingress:
enabled: false
className: webapprouting.kubernetes.azure.com
Expand All @@ -17,6 +21,8 @@ ingress:
# For production use azure postgres server and provide credentials using azure keyvault
postgresql:
enabled: false
image:
repository: bitnamilegacy/postgresql
fullnameOverride: ifrcgo-risk-module-postgresql
architecture: standalone
auth:
Expand All @@ -32,6 +38,8 @@ postgresql:

redis:
enabled: false
image:
repository: bitnamilegacy/redis
architecture: standalone
fullnameOverride: ifrcgo-risk-module-redis
auth:
Expand Down
Loading