Deploy nexus to new cluster
This commit is contained in:
parent
f544d39dcf
commit
45eb1a16cd
14
applications/nexus-repo/nexus-repo-kustomization.yaml
Normal file
14
applications/nexus-repo/nexus-repo-kustomization.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: nexus
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 1m0s
|
||||||
|
path: ./
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: nexus-repo-source
|
||||||
|
targetNamespace: nexus
|
||||||
@ -2,7 +2,7 @@
|
|||||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: pdns-admin-source
|
name: nexus-repo-source
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 3m0s
|
interval: 3m0s
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user