COMPUTED VALUES:
affinity: {}
containerSecurityContext:
  allowPrivilegeEscalation: false
  capabilities:
    drop:
    - ALL
  readOnlyRootFilesystem: true
  runAsNonRoot: true
extraEnv:
- name: USE_HOST_IP
  value: "true"
goldpinger:
  port: 30080
  zapConfig: |
    {
      "level": "info",
      "encoding": "json",
      "outputPaths": [
          "stdout"
      ],
      "errorOutputPaths": [
          "stderr"
      ],
      "initialFields": {
      },
      "encoderConfig": {
          "messageKey": "message",
          "levelKey": "level",
          "levelEncoder": "lowercase",
          "timeKey": "ts",
          "timeEncoder": "ISO8601",
          "callerKey": "caller",
          "callerEncoder": "Short"
      }
    }
image:
  pullPolicy: IfNotPresent
  repository: harbor.atmosphere.dev/docker.io/bloomberg/goldpinger
  tag: ""
ingress:
  annotations: {}
  className: ""
  enabled: false
  hosts:
  - host: chart-example.local
    paths:
    - path: /
      pathType: ImplementationSpecific
  tls: []
nodeSelector: {}
podAnnotations: {}
podLabels: {}
podSecurityContext:
  fsGroup: 2000
  runAsNonRoot: true
  runAsUser: 1000
  seccompProfile:
    type: RuntimeDefault
podSecurityPolicy:
  enabled: false
  policyName: unrestricted-psp
priorityClassName: null
prometheusRule:
  enabled: false
  rules:
  - alert: goldpinger_nodes_unhealthy
    annotations:
      description: |
        Goldpinger instance {{ "{{ $labels.goldpinger_instance }}" }} has been reporting unhealthy nodes for at least 5 minutes.
      summary: Instance {{ "{{ $labels.instance }}" }} down
    expr: |
      sum(goldpinger_nodes_health_total{job="{{ template "goldpinger.fullname" . }}", status="unhealthy"})
      BY (instance, goldpinger_instance) > 0
    for: 5m
    labels:
      severity: warning
rbac:
  clusterscoped: true
  create: true
resources: {}
service:
  annotations: {}
  labels: {}
  loadBalancerSourceRanges: {}
  port: 8081
  type: ClusterIP
serviceAccount:
  create: true
  name: null
serviceMonitor:
  enabled: false
  interval: 30s
  selector:
    prometheus: kube-prometheus
tolerations: []
updateStrategy: {}
