picked from upstream - https://gitea.com/gitea/helm-chart/pulls/401 Co-authored-by: podain77 <podain77@noreply.gitea.io> Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/97
This commit is contained in:
parent
888cdc75af
commit
7f59f2b36e
3 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
## @param global.imageRegistry global image registry override
|
||||
## @param global.imagePullSecrets global image pull secrets override; can be extended by `imagePullSecrets`
|
||||
## @param global.storageClass global storage class override
|
||||
## @param global.hostAliases global hostAliases which will be added to the pod's hosts files
|
||||
global:
|
||||
imageRegistry: ""
|
||||
## E.g.
|
||||
|
@ -14,6 +15,10 @@ global:
|
|||
##
|
||||
imagePullSecrets: []
|
||||
storageClass: ""
|
||||
hostAliases: []
|
||||
# - ip: 192.168.137.2
|
||||
# hostnames:
|
||||
# - example.com
|
||||
|
||||
## @param replicaCount number of replicas for the statefulset
|
||||
replicaCount: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue