comms: create namespace via Flux
This commit is contained in:
parent
e503c40417
commit
a48486912b
@ -0,0 +1,15 @@
|
|||||||
|
# clusters/atlas/flux-system/applications/comms/kustomization.yaml
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: comms
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 10m
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: flux-system
|
||||||
|
path: ./services/comms
|
||||||
|
targetNamespace: comms
|
||||||
|
timeout: 2m
|
||||||
@ -4,6 +4,7 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- gitea/kustomization.yaml
|
- gitea/kustomization.yaml
|
||||||
- vault/kustomization.yaml
|
- vault/kustomization.yaml
|
||||||
|
- comms/kustomization.yaml
|
||||||
- communication/kustomization.yaml
|
- communication/kustomization.yaml
|
||||||
- crypto/kustomization.yaml
|
- crypto/kustomization.yaml
|
||||||
- monerod/kustomization.yaml
|
- monerod/kustomization.yaml
|
||||||
|
|||||||
5
services/comms/kustomization.yaml
Normal file
5
services/comms/kustomization.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# services/comms/kustomization.yaml
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
@ -1,4 +1,4 @@
|
|||||||
# services/communication/namespace-comms.yaml
|
# services/comms/namespace.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
Loading…
x
Reference in New Issue
Block a user