yyvf22 pushed to branch main at Root / Kubernetes / FluxCD

Commits:

2 changed files:

Changes:

  • infrastructure/base/squid/deploy.yaml
    ... ... @@ -14,15 +14,15 @@ spec:
    14 14
             app: squid
    
    15 15
         spec:
    
    16 16
           containers:
    
    17
    -      - name: squid
    
    18
    -        image: harbor.c3sl.ufpr.br/root/squid:latest
    
    19
    -        ports:
    
    20
    -        - containerPort: 3128
    
    21
    -          name: squid
    
    22
    -          protocol: TCP
    
    23
    -        volumeMounts:
    
    24
    -        - name: squid-data
    
    25
    -          mountPath: /var/spool/squid
    
    17
    +        - name: squid
    
    18
    +          image: harbor.c3sl.ufpr.br/root/squid:latest
    
    19
    +          ports:
    
    20
    +            - containerPort: 3128
    
    21
    +              name: squid
    
    22
    +              protocol: TCP
    
    23
    +          volumeMounts:
    
    24
    +            - name: squid-data
    
    25
    +              mountPath: /var/spool/squid
    
    26 26
           volumes:
    
    27 27
             - name: squid-data
    
    28 28
               persistentVolumeClaim:
    

  • infrastructure/base/squid/svc.yaml
    ... ... @@ -7,6 +7,6 @@ metadata:
    7 7
         app: squid
    
    8 8
     spec:
    
    9 9
       ports:
    
    10
    -  - port: 3128
    
    10
    +    - port: 3128
    
    11 11
       selector:
    
    12 12
         app: squid