Skip to content

Fine-Tuning Server settings #45

Answered by Kovi117
Kovi117 asked this question in Q&A
Jul 26, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Sure, in the values.yaml file, add the required env variables when setting the Zabbix Server, something like this:

...
zabbixServer:
  enabled: true
  replicaCount: 1
  podAntiAffinity: true
  hostPort: false
  hostIP: 0.0.0.0
  image:
    repository: zabbix/zabbix-server-pgsql
    tag: null
    pullPolicy: IfNotPresent
  haNodesAutoClean:
    enabled: true
    image:
      repository: postgres
      tag: 15
      pullPolicy: IfNotPresent
    schedule: "0 1 * * *"
    deleteOlderThanSeconds: 3600
  service:
    type: LoadBalancer
    externalIPs: [192.168.1.1]
    port: 10051
    nodePort: 31051
  extraEnv:
    - name: ZBX_CACHESIZE
      value: 100M
    - name: ZBX_CACHEUPDATEFREQUENCY
 …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@adriaaneyermede
Comment options

@Kovi117
Comment options

Answer selected by Kovi117
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
good first issue Good for newcomers help wanted Extra attention is needed
2 participants