yyvf22 pushed to branch main at Root / Kubernetes / FluxCD

Commits:

5 changed files:

Changes:

  • apps/base/rallly/kustomization.yaml
    ... ... @@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
    2 2
     kind: Kustomization
    
    3 3
     resources:
    
    4 4
       - deploy.yaml
    
    5
    -  - ing.yaml
    
    6 5
       - ns.yaml
    
    7 6
       - svc.yaml

  • apps/base/wordpress/kustomization.yaml
    ... ... @@ -6,4 +6,3 @@ resources:
    6 6
       - deploy.yaml
    
    7 7
       - svc.yaml
    
    8 8
       - pvc.yaml
    9
    -  - ing.yaml

  • apps/stage/kustomization.yaml
    ... ... @@ -8,5 +8,7 @@ resources:
    8 8
       - ../base/matrix
    
    9 9
       - ../base/nextcloud
    
    10 10
       - ../base/rallly
    
    11
    +  - ./rallly/ing.yaml
    
    11 12
       - ../base/wordpress
    
    13
    +  - ./wordpress/ing.yaml
    
    12 14
       - ../base/netbox

  • apps/base/rallly/ing.yamlapps/stage/rallly/ing.yaml

  • apps/base/wordpress/ing.yamlapps/stage/wordpress/ing.yaml