parent
18a7e0edb0
commit
de5bebb4c1
@ -163,7 +163,8 @@ The following table lists the configurable parameters of this chart and their de
|
|||||||
| `persistence.existingGiteaClaim` | Already existing PVC that should be used for gitea data. | `nil` |
|
| `persistence.existingGiteaClaim` | Already existing PVC that should be used for gitea data. | `nil` |
|
||||||
| `persistence.giteaSize` | Size of gitea pvc to create | `10Gi` |
|
| `persistence.giteaSize` | Size of gitea pvc to create | `10Gi` |
|
||||||
| `persistence.annotations` | Annotations to set on created PVCs | `nil` |
|
| `persistence.annotations` | Annotations to set on created PVCs | `nil` |
|
||||||
| `persistence.storageClass` | NStorageClass to use for dynamic provision if not 'default' | `nil` |
|
| `persistence.storageClass` | StorageClass to use for dynamic provision if not 'default' | `nil` |
|
||||||
|
| `podAnnotations` | Annotations to set on the pod | `{}` |
|
||||||
| `mariadb.enabled` | Enable or diable mariadb | `true` |
|
| `mariadb.enabled` | Enable or diable mariadb | `true` |
|
||||||
| `mariadb.replication.enabled` | Enable or diable replication | `false` |
|
| `mariadb.replication.enabled` | Enable or diable replication | `false` |
|
||||||
| `mariadb.db.name` | Default name | `gitea` |
|
| `mariadb.db.name` | Default name | `gitea` |
|
||||||
|
@ -17,6 +17,10 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "fullname" . }}
|
app: {{ template "fullname" . }}
|
||||||
|
{{- with .Values.podAnnotations }}
|
||||||
|
annotations:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
{{ include "gitea" . | indent 6 }}
|
{{ include "gitea" . | indent 6 }}
|
||||||
|
@ -213,6 +213,6 @@ nodeSelector: {}
|
|||||||
tolerations: []
|
tolerations: []
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
## Annotations for the deployment and nodes.
|
## Annotations for the deployment and pods.
|
||||||
deploymentAnnotations: {}
|
deploymentAnnotations: {}
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user