Initial upload
This commit is contained in:
parent
4ccdb3a38d
commit
da28fb3f1c
2 changed files with 2 additions and 9 deletions
|
|
@ -2,14 +2,7 @@ redis-cluster:
|
|||
enabled: false
|
||||
|
||||
redis:
|
||||
# TODO: This should be false, but doing so breaks the helm generation of the app.ini file.
|
||||
enabled: false
|
||||
# TODO: BUG in Forgejo inits scripts when master count is zero. But it should be zero to not start an unused redis instance
|
||||
# inside the cluster.
|
||||
# Wait for redis to become avialable...
|
||||
# nc: bad address 'forgejo-redis-headless.gitea.svc.cluster.local'
|
||||
#master:
|
||||
# count: 1
|
||||
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ controller:
|
|||
annotations:
|
||||
kubernetes.io/elb.class: union
|
||||
kubernetes.io/elb.port: '80'
|
||||
kubernetes.io/elb.id: b113fded-3dee-44ed-a0b5-f4650960978e
|
||||
kubernetes.io/elb.ip: 80.158.38.46
|
||||
kubernetes.io/elb.id: 90efc74a-e938-4dea-a8ff-b1df299829d6
|
||||
kubernetes.io/elb.ip: 80.158.37.127
|
||||
|
||||
ingressClassResource:
|
||||
name: nginx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue