Move all apps to subdirectories

main
trivernis 1 year ago
parent 1c543979cf
commit 1791a7879a
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -1,35 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
metadata:
name: traefik
resources:
- traefik/traefik-config.yaml
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: searxng
metadata:
name: searxng
resources:
- searxng/namespace.yaml
- searxng/config.yaml
- searxng/deploy.yaml
- searxng/route.yaml
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tandoor
metadata:
name: tandoor
resources:
- tandoor/namespace.yaml
- tandoor/service-account.yaml
- searxng/recipes-sealedsecret.yaml
- tandoor/config.yaml
- tandoor/pvc.yaml
- tandoor/postgres.yaml
- searxng/deploy.yaml
- searxng/service.yaml
- searxng/route.yaml

@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: searxng
metadata:
name: searxng
resources:
- app/namespace.yaml
- app/config.yaml
- app/deploy.yaml
- app/route.yaml

@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tandoor
metadata:
name: tandoor
resources:
- app/namespace.yaml
- app/service-account.yaml
- app/recipes-sealedsecret.yaml
- app/config.yaml
- app/pvc.yaml
- app/postgres.yaml
- app/deploy.yaml
- app/service.yaml
- app/route.yaml

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
metadata:
name: traefik
resources:
- app/traefik-config.yaml

@ -1,14 +1,14 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: apps name: apps-flux
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m interval: 5m
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
path: ./apps path: ./apps/flux
prune: true prune: true
wait: true wait: true
timeout: 5m0s timeout: 5m0s
@ -16,14 +16,14 @@ spec:
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: apps-flux name: apps-longhorn
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m interval: 5m
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
path: ./apps/flux path: ./apps/longhorn
prune: true prune: true
wait: true wait: true
timeout: 5m0s timeout: 5m0s
@ -31,14 +31,14 @@ spec:
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: apps-longhorn name: apps-plantwiki
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m interval: 5m
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
path: ./apps/longhorn path: ./apps/plantwiki
prune: true prune: true
wait: true wait: true
timeout: 5m0s timeout: 5m0s
@ -46,14 +46,44 @@ spec:
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: apps-plantwiki name: apps-searxng
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m interval: 5m
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
path: ./apps/plantwiki path: ./apps/searxng
prune: true
wait: true
timeout: 5m0s
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps-tandoor
namespace: flux-system
spec:
interval: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/tandoor
prune: true
wait: true
timeout: 5m0s
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps-traefik
namespace: flux-system
spec:
interval: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/traefik
prune: true prune: true
wait: true wait: true
timeout: 5m0s timeout: 5m0s

Loading…
Cancel
Save