Alex Dehn | f6a8d45 | 2024-09-26 07:14:30 +0000 | [diff] [blame] | 1 | # Default values for pm-metric-service. |
| 2 | # This is a YAML-formatted file. |
| 3 | # Declare variables to be passed into your templates. |
| 4 | |
| 5 | replicaCount: 1 |
| 6 | |
| 7 | image: |
| 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 |
| 15 | config: |
| 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 | |
| 46 | nameOverride: "" |
| 47 | fullnameOverride: "" |
| 48 | |
| 49 | serviceAccount: |
| 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 | |
| 58 | podAnnotations: {} |
| 59 | |
| 60 | podSecurityContext: {} |
| 61 | # fsGroup: 2000 |
| 62 | |
| 63 | securityContext: {} |
| 64 | # capabilities: |
| 65 | # drop: |
| 66 | # - ALL |
| 67 | # readOnlyRootFilesystem: true |
| 68 | # runAsNonRoot: true |
| 69 | # runAsUser: 1000 |
| 70 | |
| 71 | service: |
| 72 | type: ClusterIP |
| 73 | port: 80 |
| 74 | |
| 75 | ingress: |
| 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 | |
| 91 | resources: {} |
| 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 | |
| 103 | autoscaling: |
| 104 | enabled: false |
| 105 | minReplicas: 1 |
| 106 | maxReplicas: 100 |
| 107 | targetCPUUtilizationPercentage: 80 |
| 108 | # targetMemoryUtilizationPercentage: 80 |
| 109 | |
| 110 | nodeSelector: {} |
| 111 | |
| 112 | tolerations: [] |
| 113 | |
| 114 | affinity: {} |