yyvf22 pushed to branch main at Root / Kubernetes / FluxCD

Commits:

3 changed files:

Changes:

  • infrastructure/base/harbor/helmrelease.yaml
    ... ... @@ -16,18 +16,6 @@ spec:
    16 16
             kind: HelmRepository
    
    17 17
             name: harbor
    
    18 18
       values:
    
    19
    -    externalURL: https://harbor.c3sl.ufpr.br
    
    20
    -    expose:
    
    21
    -      ingress:
    
    22
    -        className: cilium
    
    23
    -        hosts:
    
    24
    -          core: harbor.c3sl.ufpr.br
    
    25
    -        annotations:
    
    26
    -          cert-manager.io/cluster-issuer: letsencrypt-dns01
    
    27
    -      tls:
    
    28
    -        certSource: secret
    
    29
    -        secret:
    
    30
    -          secretName: harbor-tls
    
    31 19
         persistence:
    
    32 20
           imageChartStorage:
    
    33 21
             type: s3
    

  • infrastructure/stage/harbor/helmrelease.yaml
    1
    +apiVersion: helm.toolkit.fluxcd.io/v2beta1
    
    2
    +kind: HelmRelease
    
    3
    +metadata:
    
    4
    +  name: harbor
    
    5
    +  namespace: harbor
    
    6
    +spec:
    
    7
    +  values:
    
    8
    +    externalURL: https://harbor.c3sl.ufpr.br
    
    9
    +    expose:
    
    10
    +      ingress:
    
    11
    +        className: cilium
    
    12
    +        hosts:
    
    13
    +          core: harbor.c3sl.ufpr.br
    
    14
    +        annotations:
    
    15
    +          cert-manager.io/cluster-issuer: letsencrypt-dns01
    
    16
    +      tls:
    
    17
    +        certSource: secret
    
    18
    +        secret:
    
    19
    +          secretName: harbor-tls

  • infrastructure/stage/kustomization.yaml
    ... ... @@ -17,3 +17,7 @@ patches:
    17 17
         target:
    
    18 18
           kind: HelmRelease
    
    19 19
           name: openbao
    
    20
    +  - path: ./harbor/helmrelease.yaml
    
    21
    +    target:
    
    22
    +      kind: HelmRelease
    
    23
    +      name: harbor