blob: 0a475ae7021dfa4d0d880647027d2aea3971039e (
plain)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
global:
importCustomCertsEnabled: false
certMethod: "aaf"
aafVolumeName: aaf-vol-store
replicaCount: 1
image:
repository: onap/org.onap.integration.nfsimulator.vesclient
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: "ves-client"
secretName: ves-client-secret
configMapName: ves-client-configmap
certificateName: ves-client-certificate
config:
strictHost: false
useCerts: false
mongoDbName: ves-client-db
templatesDir: "/app/template"
certsDir: "/app/certs"
ingress:
enabled: false
certInitializer:
nameOverride: vesclient-cert-initializer
aafDeployFqi: deployer@people.osaaf.org
aafDeployPass: demo123456!
# aafDeployCredsExternalSecret: some secret
fqdn: ves-client
fqi: ves-client@vesclient.onap.org
public_fqdn: ves-client.onap.org
fqi_namespace: "org.onap.vesclient"
cadi_longitude: "0.0"
cadi_latitude: "0.0"
app_ns: org.osaaf.aaf
credsPath: /opt/app/osaaf/local
image: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0
mountPath: "/opt/app/osaaf"
appMountPath: "/opt/app/osaaf"
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: NodePort
port: 5000
name: ves-client-port-name
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}
mongodb:
fullnameOverride: "ves-client-db"
persistence:
enabled: false
auth:
rootPassword: zXcVbN123!
database: simulator
username: root
certificates:
name: ves-client-cert
secretName: ves-client-secret
commonName: ves-client
dnsNames:
- ves-client
renewBefore: 720h #30 days
duration: 8760h #365 days
subject:
organization: "Linux-Foundation"
country: "US"
locality: "San-Francisco"
province: "California"
organizationalUnit: "ONAP"
# issuer:
# group: certmanager.onap.org
# kind: CMPv2Issuer
# name: cmpv2-issuer-onap
issuerRef:
group: certmanager.onap.org
kind: CMPv2Issuer
name: cmpv2-issuer-onap
# ipAddresses: "127.0.0.1"
keystores:
jks:
create: true
passwordSecretRef:
name: ves-client-secret
key: p12.pass
pkcs12:
create: true
passwordSecretRef:
name: ves-client-secret
key: p12.pass
|