Skip to content

Commit

Permalink
Setting Istio Gateway load balancer IP
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Feb 21, 2025
1 parent bf7c3a8 commit e3a2c3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kubernetes/clusters/prod/config/cluster-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ data:
S3_BACKUP_SERVER: s3.ricsanfre.com
EXTERNAL_DNS_SERVER: 10.0.0.11
NGINX_LOAD_BALANCER_IP: 10.0.0.65
FLUENTD_LOAD_BALANCER_IP: 10.0.0.66
FLUENTD_LOAD_BALANCER_IP: 10.0.0.66
ISTIO_GATEWAY_LOAD_BALANCER_IP: 10.0.0.67
6 changes: 5 additions & 1 deletion kubernetes/clusters/prod/infra/istio-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ spec:
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
name: istio-gateway
namespace: istio-ingress
namespace: istio-ingress
postBuild:
substituteFrom:
- kind: ConfigMap
name: cluster-settings
3 changes: 3 additions & 0 deletions kubernetes/platform/istio/gateway/base/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# istio-gateway helm values (base)
service:
annotations:
io.cilium/lb-ipam-ips: ${ISTIO_GATEWAY_LOAD_BALANCER_IP}

0 comments on commit e3a2c3c

Please sign in to comment.