summaryrefslogtreecommitdiffstats
path: root/admportal/package.json
blob: 6274d72df346be978630dc625bb3412cfe2badad (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
{
  "name": "admportal",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "start": "node ./bin/www"
  },
  "dependencies": {
    "async": "^2.5.0",
    "body-parser": "~1.8.1",
    "bootstrap": "^3.3.6",
    "bootstrap-submenu": "^2.0.3",
    "bootstrap-table": "^1.9.1",
    "cookie-parser": "~1.3.3",
    "crypto": "^1.0.1",
    "csurf": "^1.10.0",
    "csv": "^0.4.1",
    "csvtojson": "^0.5.3",
    "dateformat": "^1.0.11",
    "debug": "~2.0.0",
    "dns-sync": "~0.1.3",
    "ejs": "~0.8.5",
    "express": "~4.9.0",
    "express-sanitizer": "^1.0.5",
    "express-session": "^1.10.1",
    "fs.extra": "^1.3.2",
    "lodash": "^3.8.0",
    "moment": "^2.13.0",
    "morgan": "~1.3.0",
    "multer": "^1.1.0",
    "mysql": "^2.5.4",
    "node-uuid": "^1.4.7",
    "path": "^0.12.7",
    "properties-reader": "0.0.9",
    "sax": "^0.6.1",
    "serve-favicon": "~2.1.3",
    "xml2js": "^0.4.5"
  }
}
span class="l l-Scalar l-Scalar-Plain">drools brmwgw: nameOverride: brmsgw nexus: nameOverride: nexus ################################################################# # Application configuration defaults. ################################################################# # application image repository: nexus3.onap.org:10001 image: onap/policy-pe:1.5.1 pullPolicy: Always subChartsOnly: enabled: true nameOverride: pap pdp: nameOverride: pdp mariadb: nameOverride: policydb drools: nameOverride: drools brmwgw: nameOverride: brmsgw nexus: nameOverride: nexus # flag to enable debugging - application support required debugEnabled: false # application configuration config: preloadPolicies: false pdpPort: 8081 # default number of instances replicaCount: 1 nodeSelector: {} affinity: {} # probe configuration parameters liveness: initialDelaySeconds: 10 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: initialDelaySeconds: 10 periodSeconds: 10 service: type: NodePort name: pap portName: pap internalPort: 8443 externalPort: 8443 nodePort: 19 internalPort2: 9091 externalPort2: 9091 nodePort2: 18 ingress: enabled: false # Resource Limit flavor -By Default using small flavor: small # Segregation for Different environment (Small and Large) resources: small: limits: cpu: 1 memory: 4Gi requests: cpu: 10m memory: 1Gi large: limits: cpu: 2 memory: 8Gi requests: cpu: 20m memory: 2Gi unlimited: {}