flux: add weave gitops ui
This commit is contained in:
parent
8fceebd7a7
commit
63bf153c8b
3
NOTES.md
Normal file
3
NOTES.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Rotation reminders (temporary secrets set by automation)
|
||||||
|
|
||||||
|
- Weave GitOps UI (`cd.bstein.dev`) admin: `admin` / `G1tOps!2025` — rotate immediately after first login.
|
||||||
@ -8,4 +8,3 @@ resources:
|
|||||||
- mailu.yaml
|
- mailu.yaml
|
||||||
- prometheus.yaml
|
- prometheus.yaml
|
||||||
- victoria-metrics.yaml
|
- victoria-metrics.yaml
|
||||||
- weave-gitops.yaml
|
|
||||||
|
|||||||
@ -1,9 +0,0 @@
|
|||||||
# infrastructure/sources/helm/weave-gitops.yaml
|
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
|
||||||
kind: HelmRepository
|
|
||||||
metadata:
|
|
||||||
name: weave-gitops
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
interval: 1h
|
|
||||||
url: https://charts.gitops.weave.works
|
|
||||||
@ -8,12 +8,12 @@ spec:
|
|||||||
interval: 30m
|
interval: 30m
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: weave-gitops
|
chart: ./charts/gitops-server
|
||||||
version: 4.0.36
|
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: GitRepository
|
||||||
name: weave-gitops
|
name: weave-gitops-upstream
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
# track upstream tag; see source object for version pin
|
||||||
install:
|
install:
|
||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|||||||
@ -3,4 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
resources:
|
resources:
|
||||||
|
- source.yaml
|
||||||
- helmrelease.yaml
|
- helmrelease.yaml
|
||||||
|
|||||||
11
services/gitops-ui/source.yaml
Normal file
11
services/gitops-ui/source.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# services/gitops-ui/source.yaml
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: GitRepository
|
||||||
|
metadata:
|
||||||
|
name: weave-gitops-upstream
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 1h
|
||||||
|
url: https://github.com/weaveworks/weave-gitops.git
|
||||||
|
ref:
|
||||||
|
tag: v0.38.0
|
||||||
Loading…
x
Reference in New Issue
Block a user