Skip to content

Commit

Permalink
feat: dns
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Dec 10, 2024
1 parent 55718dd commit 273ce7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/wazuh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.23
version: 0.2.24

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
10 changes: 8 additions & 2 deletions charts/wazuh/values-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ svcs:
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "ip"
service.beta.kubernetes.io/aws-load-balancer-type: "external"
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"
external-dns.alpha.kubernetes.io/hostname: 'master.{{ .Values.global.domain }}'
external-dns.alpha.kubernetes.io/hostname: 'register.{{ .Values.global.domain }}'
'{{ include "common.names.fullname" $ }}-worker':
enabled: true
type: LoadBalancer
Expand All @@ -25,7 +25,7 @@ svcs:
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "ip"
service.beta.kubernetes.io/aws-load-balancer-type: "external"
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"
external-dns.alpha.kubernetes.io/hostname: 'master.{{ .Values.global.domain }}'
external-dns.alpha.kubernetes.io/hostname: 'events.{{ .Values.global.domain }}'

indexer:
replicas: 2
Expand All @@ -36,6 +36,12 @@ worker:
replicaCount: 2
persistence:
size: 50Gi
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
topologyKey: kubernetes.io/hostname

master:
persistence:
Expand Down

0 comments on commit 273ce7c

Please sign in to comment.