Skip to content

Commit

Permalink
docs: update Gitea reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz committed Jan 25, 2024
1 parent a3bb0d3 commit 0853ae1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/03_crd-reference/gitea.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ spec:
| smtp | [SmtpSpec](./../common/smtp/)? | `null` | |
| resources | [ResourceRequirements](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) | | |
| database | [PostgresDatabaseSpec](./../common/postgres)? | | |
| storage | [StorageSpec](#storagespec)? | | |


### StorageSpec

| Name | Type | Default | |
|------------------|-----------|---------|-----------------------------------------------------------------------------------------------------|
| size | Quantity? | `10Gi` | |
| storageClassName | String? | `null` | An empty value will instruct the system to use the default storage class configured in the cluster. |

0 comments on commit 0853ae1

Please sign in to comment.