aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal-ng/components/portal-ng-bff/values.yaml
blob: 660bbdc44c2a215127ec567fee96325c7fd82791 (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
global: {}

# Default values for bff.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
  imageName: onap/portal-ng/bff
  pullPolicy: Always
  # Overrides the image tag whose default value is the chart appVersion.
  # tag: 0.1.0

replicaCount: 2

# Specifies how many old replicas will be retained in a deployment
revisionHistoryLimit: 2

# Custom selector label (for bigger namespaces with other components)
partOf: portal

service:
  type: ClusterIP
  port: 9080
  ports:
    - name: http
      port: 9080

autoscaling:
  enabled: false
  minReplicas: 1
  maxReplicas: 100
  targetCPUUtilizationPercentage: 80

probes:
  readiness:
    initialDelaySeconds: 20
    failureThreshold: 4
  liveness:
    initialDelaySeconds: 20
    failureThreshold: 4

env:
  KEYCLOAK_URL: http://keycloak-http.keycloak
  KEYCLOAK_REALM: ONAP
  HISTORY_URL: http://portal-ng-history:9002
  PREFERENCES_URL: http://portal-ng-preferences:9001
  COLLECTOR_HOST: jaeger-collector.istio-system
  COLLECTOR_PORT: 9411

secretEnv:
  KEYCLOAK_CLIENT_ID: portal-bff
  KEYCLOAK_CLIENT_SECRET: pKOuVH1bwRZoNzp5P5t4GV8CqcCJYVtr

#Pods Service Account
serviceAccount:
  nameOverride: portal-ng-bff
  roles:
    - read