Start updating gitea for 1.20.0.
This commit is contained in:
@ -72,6 +72,14 @@ ingress:
|
||||
hosts:
|
||||
- gitea.jamma.dev
|
||||
|
||||
serviceAccount:
|
||||
create: false
|
||||
name: ""
|
||||
automountServiceAccountToken: false
|
||||
imagePullSecrets: []
|
||||
annotations: {}
|
||||
labels: {}
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1
|
||||
@ -115,6 +123,13 @@ extraInitVolumeMounts: []
|
||||
|
||||
initPreScript: ""
|
||||
|
||||
initContainers:
|
||||
resources:
|
||||
limits: {}
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
signing:
|
||||
enabled: false
|
||||
gpgHome: /data/git/.gnupg
|
||||
|
||||
Reference in New Issue
Block a user