blob: be5b5b8ab0da632f9a13d3b91746dbc842125fa2 [file] [log] [blame]
Alex Dehnf6a8d452024-09-26 07:14:30 +00001# Default values for pm-metric-service.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
4
5replicaCount: 1
6
7image:
8 repository: hightec/pm-kafka2influxdb
9 pullPolicy: Always
10 # Overrides the image tag whose default is the chart appVersion.
11 tag: "0.9-oaidemo"
12 # tag: "v0.9.1"
13# imagePullSecrets:
14# - name: htreg
15config:
16 dmaapKafka:
17 bootstrapServers: onap-strimzi-kafka-bootstrap.onap
18 port: 9092
19 securityProtocol: SASL_PLAINTEXT
20 saslMechanism: SCRAM-SHA-512
21 saslPlainCredentials:
22 key: password
23 name: pm-ms-kafka-user
24 groupID: pm-unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT
25 clientID: unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-PM1
26 pollInterval: 15 # in seconds
27 dcaeVesCollector:
28 tlsEnabled: false
29 trustAllCerts: false
30 service: dcae-ves-collector.onap
31 port: 8080
32 version: v7
33 username: sample1
34 password: sample1
35 # secrets as defined in metrics influxdb deployment
36 #
37 influxDB:
38 url: http://onap-influxdb2.metric:80
39 username: admin
40 password: bFapG3k7H4OaBfqgcuL2szLhwMN4BnAL
41 token: my6XXjo491v95pgF5ic3vNPMFNMb6SYSja
42 org: influxdata
43 verfiySSL: False
44 bucket: default
45
46nameOverride: ""
47fullnameOverride: ""
48
49serviceAccount:
50 # Specifies whether a service account should be created
51 create: true
52 # Annotations to add to the service account
53 annotations: {}
54 # The name of the service account to use.
55 # If not set and create is true, a name is generated using the fullname template
56 name: ""
57
58podAnnotations: {}
59
60podSecurityContext: {}
61 # fsGroup: 2000
62
63securityContext: {}
64 # capabilities:
65 # drop:
66 # - ALL
67 # readOnlyRootFilesystem: true
68 # runAsNonRoot: true
69 # runAsUser: 1000
70
71service:
72 type: ClusterIP
73 port: 80
74
75ingress:
76 enabled: false
77 className: ""
78 annotations: {}
79 # kubernetes.io/ingress.class: nginx
80 # kubernetes.io/tls-acme: "true"
81 hosts:
82 - host: chart-example.local
83 paths:
84 - path: /
85 pathType: ImplementationSpecific
86 tls: []
87 # - secretName: chart-example-tls
88 # hosts:
89 # - chart-example.local
90
91resources: {}
92 # We usually recommend not to specify default resources and to leave this as a conscious
93 # choice for the user. This also increases chances charts run on environments with little
94 # resources, such as Minikube. If you do want to specify resources, uncomment the following
95 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
96 # limits:
97 # cpu: 100m
98 # memory: 128Mi
99 # requests:
100 # cpu: 100m
101 # memory: 128Mi
102
103autoscaling:
104 enabled: false
105 minReplicas: 1
106 maxReplicas: 100
107 targetCPUUtilizationPercentage: 80
108 # targetMemoryUtilizationPercentage: 80
109
110nodeSelector: {}
111
112tolerations: []
113
114affinity: {}