COMPUTED VALUES:
affinity: {}
args:
- --config-dir
- /etc/vector/
autoscaling:
  annotations: {}
  behavior: {}
  customMetric: {}
  enabled: false
  external: false
  maxReplicas: 10
  minReplicas: 1
  targetCPUUtilizationPercentage: 80
  targetMemoryUtilizationPercentage: null
command: []
commonLabels: {}
containerPorts: []
customConfig:
  data_dir: /vector-data-dir
  sinks:
    loki_journald:
      encoding:
        codec: text
      endpoint: http://loki-gateway
      inputs:
      - journald
      labels:
        node: '{{ print "{{ host }}" }}'
        source_type: '{{ print "{{ source_type }}" }}'
        stream: '{{ print "{{ _TRANSPORT }}" }}'
        unit: '{{ print "{{ _SYSTEMD_UNIT }}" }}'
      out_of_order_action: accept
      type: loki
    loki_kubernetes_logs:
      encoding:
        codec: text
      endpoint: http://loki-gateway
      inputs:
      - kubernetes_logs
      labels:
        container_image: '{{ print "{{ kubernetes.container_image }}" }}'
        container_name: '{{ print "{{ kubernetes.container_name }}" }}'
        node: '{{ print "{{ kubernetes.pod_node_name }}" }}'
        pod_ip: '{{ print "{{ kubernetes.pod_ip }}" }}'
        pod_label_*: '{{ print "{{ kubernetes.pod_labels }}" }}'
        pod_name: '{{ print "{{ kubernetes.pod_name }}" }}'
        pod_namespace: '{{ print "{{ kubernetes.pod_namespace }}" }}'
        pod_uid: '{{ print "{{ kubernetes.pod_uid }}" }}'
        source_type: '{{ print "{{ source_type }}" }}'
        stream: '{{ print "{{ kubernetes.stream }}" }}'
      out_of_order_action: accept
      type: loki
  sources:
    journald:
      type: journald
    kubernetes_logs:
      type: kubernetes_logs
dataDir: ""
defaultVolumeMounts:
- mountPath: /var/log/
  name: var-log
  readOnly: true
- mountPath: /var/lib
  name: var-lib
  readOnly: true
- mountPath: /host/proc
  name: procfs
  readOnly: true
- mountPath: /host/sys
  name: sysfs
  readOnly: true
defaultVolumes:
- hostPath:
    path: /var/log/
  name: var-log
- hostPath:
    path: /var/lib/
  name: var-lib
- hostPath:
    path: /proc
  name: procfs
- hostPath:
    path: /sys
  name: sysfs
dnsConfig: {}
dnsPolicy: ClusterFirst
env: []
envFrom: []
existingConfigMaps: []
extraContainers: []
extraObjects: []
extraVolumeMounts:
- mountPath: /etc/machine-id
  name: etc-machineid
  readOnly: true
extraVolumes:
- hostPath:
    path: /etc/machine-id
    type: File
  name: etc-machineid
fullnameOverride: ""
haproxy:
  affinity: {}
  autoscaling:
    customMetric: {}
    enabled: false
    external: false
    maxReplicas: 10
    minReplicas: 1
    targetCPUUtilizationPercentage: 80
    targetMemoryUtilizationPercentage: null
  containerPorts: []
  customConfig: ""
  enabled: false
  existingConfigMap: ""
  extraContainers: []
  extraVolumeMounts: []
  extraVolumes: []
  image:
    pullPolicy: IfNotPresent
    pullSecrets: []
    repository: haproxytech/haproxy-alpine
    tag: 2.6.12
  initContainers: []
  livenessProbe:
    tcpSocket:
      port: 1024
  nodeSelector: {}
  podAnnotations: {}
  podLabels: {}
  podPriorityClassName: ""
  podSecurityContext: {}
  readinessProbe:
    tcpSocket:
      port: 1024
  replicas: 1
  resources: {}
  rollWorkload: true
  securityContext: {}
  service:
    annotations: {}
    externalTrafficPolicy: ""
    ipFamilies: []
    ipFamilyPolicy: ""
    loadBalancerIP: ""
    ports: []
    topologyKeys: []
    type: ClusterIP
  serviceAccount:
    annotations: {}
    automountToken: true
    create: true
    name: null
  strategy: {}
  terminationGracePeriodSeconds: 60
  tolerations: []
image:
  pullPolicy: IfNotPresent
  pullSecrets: []
  repository: harbor.atmosphere.dev/docker.io/timberio/vector
  sha: ""
  tag: 0.38.0-debian
ingress:
  annotations: {}
  className: ""
  enabled: false
  hosts: []
  tls: []
initContainers: []
lifecycle: {}
livenessProbe: {}
logLevel: info
minReadySeconds: 0
nameOverride: ""
nodeSelector: {}
persistence:
  accessModes:
  - ReadWriteOnce
  enabled: false
  existingClaim: ""
  finalizers:
  - kubernetes.io/pvc-protection
  hostPath:
    enabled: true
    path: /var/lib/vector
  selectors: {}
  size: 10Gi
podAnnotations: {}
podDisruptionBudget:
  enabled: false
  maxUnavailable: null
  minAvailable: 1
podHostNetwork: false
podLabels:
  vector.dev/exclude: "true"
podManagementPolicy: OrderedReady
podMonitor:
  additionalLabels: {}
  enabled: false
  honorLabels: false
  honorTimestamps: true
  interval: null
  jobLabel: app.kubernetes.io/name
  metricRelabelings: []
  path: /metrics
  podTargetLabels: []
  port: prom-exporter
  relabelings: []
  scrapeTimeout: null
podPriorityClassName: ""
podSecurityContext: {}
psp:
  create: false
rbac:
  create: true
readinessProbe: {}
replicas: 1
resources: {}
role: Agent
rollWorkload: true
secrets:
  generic: {}
securityContext: {}
service:
  annotations: {}
  enabled: false
  externalTrafficPolicy: ""
  internalTrafficPolicy: ""
  ipFamilies: []
  ipFamilyPolicy: ""
  loadBalancerIP: ""
  ports: []
  topologyKeys: []
  type: ClusterIP
serviceAccount:
  annotations: {}
  automountToken: true
  create: true
  name: null
serviceHeadless:
  enabled: true
shareProcessNamespace: false
terminationGracePeriodSeconds: 60
tolerations: []
topologySpreadConstraints: []
updateStrategy: {}
workloadResourceAnnotations: {}
