yyvf22 pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
61773852
by yyvf at 2025-08-07T11:38:24-03:00
5 changed files:
- apps/base/rallly/kustomization.yaml
- apps/base/wordpress/kustomization.yaml
- apps/stage/kustomization.yaml
- apps/base/rallly/ing.yaml → apps/stage/rallly/ing.yaml
- apps/base/wordpress/ing.yaml → apps/stage/wordpress/ing.yaml
Changes:
... | ... | @@ -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 |
... | ... | @@ -6,4 +6,3 @@ resources: |
6 | 6 | - deploy.yaml
|
7 | 7 | - svc.yaml
|
8 | 8 | - pvc.yaml |
9 | - - ing.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 |