-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from adamrushuk/add-storageClass-helper
Added storageClass helper
- Loading branch information
Showing
4 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,25 @@ | |
|
||
nexus: | ||
baseDomain: domain.com | ||
|
||
# certEmail is a valid email address used by Let's Encrypt. It does not have to be at the baseDomain. | ||
certEmail: [email protected] | ||
storageSize: 8Gi | ||
|
||
# The ports should only be changed if the nexus image uses a different port | ||
dockerPort: 5000 | ||
nexusPort: 8081 | ||
|
||
storageSize: 8Gi | ||
## If defined, storageClassName: <storageClass> | ||
## If set to "-", storageClassName: "", which disables dynamic provisioning | ||
## If undefined (the default) or set to null, no storageClassName spec is | ||
## set, choosing the default provisioner. (gp2 on AWS, standard on | ||
## GKE, AWS & OpenStack) | ||
## | ||
# GitHub Action helm/kind-action uses: storageClassName: "standard" | ||
# storageClass: "standard" | ||
|
||
|
||
# https://hub.docker.com/r/sonatype/nexus3/tags | ||
image: | ||
repository: sonatype/nexus3 | ||
|