Skip to content

Commit

Permalink
add another gateway to the same ip? seems unlikely that will work
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 11, 2023
1 parent 9d021d8 commit a50bf55
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions kubernetes/apps/networking/k8s-gateway/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,40 @@ spec:
annotations:
metallb.universe.tf/loadBalancerIPs: "${METALLB_K8S_GATEWAY_ADDR}"
externalTrafficPolicy: Local
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: k8s-gateway-monitoring
namespace: networking
spec:
interval: 15m
chart:
spec:
chart: k8s-gateway
version: 2.0.4
sourceRef:
kind: HelmRepository
name: k8s-gateway
namespace: flux-system
maxHistory: 2
install:
createNamespace: true
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
uninstall:
keepHistory: false
values:
fullnameOverride: k8s-gateway-monitoring
domain: "monitoring.${SECRET_DOMAIN}"
ttl: 1
service:
type: LoadBalancer
port: 53
annotations:
metallb.universe.tf/loadBalancerIPs: "${METALLB_K8S_GATEWAY_ADDR}"
externalTrafficPolicy: Local

0 comments on commit a50bf55

Please sign in to comment.