Andy Bavier | 1cd0a4b | 2021-04-26 15:24:57 -0700 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 3 | |
| 4 | # Default values for edge-maintenance-agent. |
| 5 | # This is a YAML-formatted file. |
| 6 | # Declare variables to be passed into your templates. |
| 7 | |
| 8 | replicaCount: 1 |
| 9 | |
| 10 | image: |
| 11 | # The agent is bundled in the edge-monitoring-server image. |
| 12 | repository: docker.io/omecproject/edge-monitoring-server |
| 13 | pullPolicy: Always |
| 14 | # Overrides the image tag whose default is the chart appVersion. |
| 15 | tag: "" |
| 16 | |
| 17 | # URL of edge monitoring server that monitors maintenance calendar |
| 18 | edgeMonitoringServerURL: "" |
| 19 | |
| 20 | # Name of edge in edge monitoring server output |
| 21 | edgeName: "" |
| 22 | |
| 23 | prometheus: |
| 24 | enabled: true |
| 25 | |
| 26 | imagePullSecrets: [] |
| 27 | nameOverride: "" |
| 28 | fullnameOverride: "" |
| 29 | |
| 30 | podAnnotations: {} |
| 31 | |
| 32 | podSecurityContext: {} |
| 33 | # fsGroup: 2000 |
| 34 | |
| 35 | securityContext: {} |
| 36 | # capabilities: |
| 37 | # drop: |
| 38 | # - ALL |
| 39 | # readOnlyRootFilesystem: true |
| 40 | # runAsNonRoot: true |
| 41 | # runAsUser: 1000 |
| 42 | |
| 43 | service: |
| 44 | type: ClusterIP |
| 45 | port: 8080 |
| 46 | |
| 47 | resources: {} |
| 48 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 49 | # choice for the user. This also increases chances charts run on environments with little |
| 50 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 51 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 52 | # limits: |
| 53 | # cpu: 100m |
| 54 | # memory: 128Mi |
| 55 | # requests: |
| 56 | # cpu: 100m |
| 57 | # memory: 128Mi |
| 58 | |
| 59 | nodeSelector: {} |
| 60 | |
| 61 | tolerations: [] |
| 62 | |
| 63 | affinity: {} |