forked from sonatype/nxrm3-helm-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
68 lines (64 loc) · 1.82 KB
/
values.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
namespace: nexus
deployment:
name: nxrm
containers:
pullPolicy: IfNotPresent
initContainer:
repository: busybox
tag: 1.33.1
nexus:
repository: sonatype/nexus3
tag: 3.40.1
port: 8081
readinessProbe: foo
env:
DB_NAME: nexus
DB_PORT: 5432
DB_PASSWORD: foo
DB_USERNAME: postgres
DB_HOSTNAME: bar
requestLog:
repository: busybox
tag: 1.33.1
auditLog:
repository: busybox
tag: 1.33.1
taskLog:
repository: busybox
tag: 1.33.1
postInstall:
repository: foo
tag: 0.0.1
serviceAccount:
roleARN: arn:aws:iam::000000000000:role/nxrm-nexus-role #Role with secretsmanager permissions
ingress:
# -- Specifies whether an ingress object should be created.
enabled: false
# -- Kubernetes ingress annotations to be added.
annotations: {}
# alb.ingress.kubernetes.io/load-balancer-name: external
# alb.ingress.kubernetes.io/scheme: internet-facing
# alb.ingress.kubernetes.io/target-type: ip
# alb.ingress.kubernetes.io/group.name: external
# kubernetes.io/ingress.class: alb
# -- Kubernetes ingress object HOST header settings. These settings are used to configure AWS Application Boad Balancer rules.
hosts:
# -- HOST FQDN to bind this ingress to.
- host: chart-example.local
paths:
# -- HOST header prefix to bind this ingress to.
- path: /*
# -- Host header path type to bind this ingress to.
pathType: Prefix
service: #Nexus Repo NodePort Service
type: NodePort
protocol: TCP
port: 80
targetPort: 8081
secrets:
license:
arn: arn:aws:secretsmanager:us-east-1:000000000000:secret:nxrm-nexus-license
alias: nxrm-license.lic
rds:
arn: arn:aws:secretsmanager:us-east-1:000000000000:secret:nxrmrds-cred-nexus