-
Notifications
You must be signed in to change notification settings - Fork 20
PRD - Added Harbor #1935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
alejandro-larios
wants to merge
6
commits into
main
Choose a base branch
from
ionos_sbx
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
PRD - Added Harbor #1935
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
0064c35
SBX - Added Harbor App
alejandro-larios 1016e1d
Revert "SBX - Added Harbor App"
alejandro-larios 89aa73f
SBX - Added Harbor App
alejandro-larios 493a5eb
Merge pull request #1931 from DOME-Marketplace/sbx-harbor
bialask-daiteap 5e02c12
SBX - Added Harbor App in ArgoCD
alejandro-larios 58c3c90
Merge pull request #1970 from DOME-Marketplace/sbx-argo-harbor
bialask-daiteap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| apiVersion: argoproj.io/v1alpha1 | ||
| kind: Application | ||
| metadata: | ||
| name: harbor | ||
| namespace: argocd | ||
| labels: | ||
| purpose: infra | ||
| spec: | ||
| destination: | ||
| server: https://kubernetes.default.svc | ||
| project: default | ||
| source: | ||
| path: ionos_sbx/harbor | ||
| repoURL: https://github.com/DOME-Marketplace/dome-gitops | ||
| targetRevision: HEAD | ||
| syncPolicy: | ||
| automated: | ||
| prune: true | ||
| selfHeal: true |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| apiVersion: v2 | ||
| name: harbor | ||
| description: Chart holder for harbor | ||
|
|
||
| type: application | ||
| version: 0.1.0 | ||
| appVersion: "2.14" | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
|
|
||
| # Harbor | ||
|
|
||
| Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted. | ||
|
|
||
| ```bash | ||
| helm repo add harbor https://helm.goharbor.io | ||
| helm repo update | ||
| kubectl create namespace harbor | ||
| helm upgrade --install -n harbor harbor/harbor -f values.yaml | ||
| ``` |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| apiVersion: bitnami.com/v1alpha1 | ||
| kind: SealedSecret | ||
| metadata: | ||
| name: harbor-db-secret | ||
| namespace: harbor-ns | ||
| spec: | ||
| encryptedData: | ||
| password: AgBE1muqB96gBtmNmerdNppA/7X5RA0QALKyKHcU0OnqSMxGIHzPO6/IM9qBK4kCabQ7u4TNKVZbpZarxvyrBBcrxAEkyaWYOYjYWC6XenAWlwIhYtDQA7ilthDA0VuCqedekhX3LvRm+9E03FfS1ooIVXwRVMUnhyniqp0LoOyCUBInQ7PUdK6sRUUyCO5+iek8pxh7l8xw9zrSh+SuT1YCFfB7nGAPRDvMA9nAr83KVdwp4a72Vv3ou2tfNRw/aayNbzau0mZ9jmk035mlvI0M1ysfGRSILDary5Q3OS/mtHsOwIXEghTQtdkGbdr4YFmF5I8jrxa3MFd8vZ/yZQhP5rhE8cGLjgiYo5Gdj9g8sJSWW/zjndJtlduIfm8klXmdQW0KsZLxXvIBzdo4qg5YXIL8419PYaIu26JJul1SG32JuD3C+HYkvO+F2aWkEWrN+/DDugxMEJooG4csx31HhbRqBxjpKq4acYrjz1bvag7BkesxJoIe33e2X9fjNvnqYfF3yfwSwjHNM5YtzgQyrQDbrTxa8AU67n7Gsjb7pTnipDH9c/RqKYAi+59kqTKibgmrnKt6OWH3hRkbhEmAaY5A0SMFdlQN1qVc7xVeOE2hVfxzmO7/JgOzoZzUx7qFF3j7Xn67zqTwjgNO7WSqVj/QOzS7jVe4FbfkQYsBC2fo4x6dbPvgBbNmxhuii6JmQlJd9nxVo/EU | ||
| template: | ||
| metadata: | ||
| name: harbor-db-secret | ||
| namespace: harbor-ns |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| logLevel: debug | ||
|
|
||
| expose: | ||
| type: nodePort | ||
| tls: | ||
| enabled: false | ||
|
|
||
| # Persistencia para componentes | ||
| persistence: | ||
| enabled: true | ||
| resourcePolicy: "keep" | ||
| persistentVolumeClaim: | ||
| registry: | ||
| size: 40Gi | ||
| jobservice: | ||
| size: 1Gi | ||
| database: | ||
| size: 1Gi | ||
| redis: | ||
| size: 1Gi | ||
| trivy: | ||
| size: 5Gi | ||
|
|
||
| # Base de datos externa | ||
| database: | ||
| type: external | ||
| external: | ||
| host: pg-75qkrjg6i4d7tlg2.postgresql.de-txl.ionos.com | ||
| port: 5432 | ||
| username: harboruser | ||
| coreDatabase: harbordb | ||
| existingSecret: harbor-db-secret | ||
| existingSecretPasswordKey: password | ||
| sslmode: require | ||
|
|
||
| redis: | ||
| type: internal | ||
|
|
||
| trivy: | ||
| enabled: true | ||
|
|
||
| chartmesum: | ||
| enabled: true | ||
|
|
||
| core: | ||
| replicaCount: 1 | ||
|
|
||
| jobservice: | ||
| replicaCount: 1 | ||
|
|
||
| registry: | ||
| replicaCount: 1 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash the commits