blob: d62646371c6b702275ecde139469bad0483aa2f6 [file] [log] [blame]
puthuparambil.aditya7edc7952020-10-01 12:06:33 +01001# Default values for policy-models-simulator.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
4
5replicaCount: 1
6
7image:
8 repository: nexus3.onap.org:10001/onap/policy-models-simulator
9 tag: latest
10 pullPolicy: IfNotPresent
11
12imagePullSecrets: []
13nameOverride: ""
14fullnameOverride: ""
15
16serviceAccount:
17 # Specifies whether a service account should be created
18 create: true
19 # The name of the service account to use.
20 # If not set and create is true, a name is generated using the fullname template
21 name:
22
23podSecurityContext: {}
24 # fsGroup: 2000
25
26securityContext: {}
27 # capabilities:
28 # drop:
29 # - ALL
30 # readOnlyRootFilesystem: true
31 # runAsNonRoot: true
32 # runAsUser: 1000
33
34service:
35 type: ClusterIP
36 name: policy-models-simulator
37 portName: policy-models-simulator
38 externalPort: 3905
39 internalPort: 3905
40 externalPort2: 6667
41 internalPort2: 6667
42 externalPort3: 6668
43 internalPort3: 6668
44 externalPort4: 6669
45 internalPort4: 6669
46 externalPort5: 6670
47 internalPort5: 6670
48 externalPort6: 6680
49 internalPort6: 6680
50
51ingress:
52 enabled: false
53 annotations: {}
54 # kubernetes.io/ingress.class: nginx
55 # kubernetes.io/tls-acme: "true"
56 hosts:
57 - host: chart-example.local
58 paths: []
59
60 tls: []
61 # - secretName: chart-example-tls
62 # hosts:
63 # - chart-example.local
64
65resources: {}
66 # We usually recommend not to specify default resources and to leave this as a conscious
67 # choice for the user. This also increases chances charts run on environments with little
68 # resources, such as Minikube. If you do want to specify resources, uncomment the following
69 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
70 # limits:
71 # cpu: 100m
72 # memory: 128Mi
73 # requests:
74 # cpu: 100m
75 # memory: 128Mi
76
77nodeSelector: {}
78
79tolerations: []
80
81affinity: {}