parent
239ea7a5e3
commit
d4d7cdc04f
2 changed files with 23 additions and 2 deletions
|
@ -1 +1,15 @@
|
|||
# default values with some modifications
|
||||
|
||||
# Use mirror
|
||||
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
||||
redis-cluster:
|
||||
global:
|
||||
imageRegistry: public.ecr.aws
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
|
||||
postgresql-ha:
|
||||
global:
|
||||
imageRegistry: public.ecr.aws
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
redis-cluster:
|
||||
enabled: false
|
||||
postgresql:
|
||||
enabled: true
|
||||
postgresql-ha:
|
||||
enabled: false
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
# Use mirror
|
||||
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
|
||||
global:
|
||||
imageRegistry: public.ecr.aws
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue