yyvf22 pushed to branch main at Root / Kubernetes / FluxCD

Commits:

2 changed files:

Changes:

  • infrastructure/base/squid/svc.yaml
    ... ... @@ -5,6 +5,8 @@ metadata:
    5 5
       namespace: squid
    
    6 6
       labels:
    
    7 7
         app: squid
    
    8
    +  annotations:
    
    9
    +    lbipam.cilium.io/ips: 200.236.31.209
    
    8 10
     spec:
    
    9 11
       ports:
    
    10 12
         - port: 3128
    

  • infrastructure/stage/cilium/ippool.yaml
    ... ... @@ -4,5 +4,6 @@ metadata:
    4 4
       name: ippool
    
    5 5
     spec:
    
    6 6
       blocks:
    
    7
    +    - cidr: 200.236.31.209/32
    
    7 8
         - cidr: 200.236.31.214/32
    
    8 9
         - cidr: 200.236.31.215/32