parent
239ea7a5e3
commit
d4d7cdc04f
2 changed files with 23 additions and 2 deletions
|
@ -1 +1,15 @@
|
||||||
# default values with some modifications
|
# 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:
|
redis-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgresql:
|
|
||||||
enabled: true
|
|
||||||
postgresql-ha:
|
postgresql-ha:
|
||||||
enabled: false
|
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:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue