-
Notifications
You must be signed in to change notification settings - Fork 23
/
harbor-app.yaml
32 lines (32 loc) · 1.04 KB
/
harbor-app.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Example of an ApplicationDefinition
apiVersion: apps.kubermatic.k8c.io/v1
kind: ApplicationDefinition
metadata:
name: harbor
spec:
description: Harbor is an open source trusted cloud native registry project that stores, signs, and scans content.
method: helm
versions:
- template:
source:
helm:
chartName: harbor
chartVersion: 1.10.0
url: https://helm.goharbor.io
version: 2.6.0
# During the applicationdefinition creation time if the defaultValues is updated, then it is render for override during the application creation process from UI.
# By default, it is set empty.
defaultValues:
expose:
ingress:
hosts:
core: harbor.xxxx.lab.kubermatic.io
notary: notary.xxxx.lab.kubermatic.io
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/tls-acme: 'true'
externalURL: https://harbor.xxxx.lab.kubermatic.io
updateStrategy:
type: Recreate
harborAdminPassword: xxxxxx