Merge pull request #4 from michaelthomson0797/refactor/server-restructure

[Refactor] change entire server folder structure
This commit is contained in:
2025-06-08 09:14:30 -04:00
committed by GitHub
276 changed files with 195 additions and 477 deletions

View File

@@ -11,7 +11,6 @@ spec:
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: gitea name: gitea
namespace: flux-system
interval: 15m interval: 15m
timeout: 5m timeout: 5m
releaseName: gitea releaseName: gitea

View File

@@ -2,7 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository kind: HelmRepository
metadata: metadata:
name: gitea name: gitea
namespace: flux-system namespace: gitea
spec: spec:
interval: 15m interval: 15m
url: https://dl.gitea.io/charts url: https://dl.gitea.io/charts

View File

@@ -11,7 +11,6 @@ spec:
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: immich name: immich
namespace: flux-system
interval: 15m interval: 15m
timeout: 5m timeout: 5m
releaseName: immich releaseName: immich

View File

@@ -2,7 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository kind: HelmRepository
metadata: metadata:
name: immich name: immich
namespace: flux-system namespace: immich
spec: spec:
interval: 15m interval: 15m
url: https://immich-app.github.io/immich-charts url: https://immich-app.github.io/immich-charts

View File

@@ -11,7 +11,6 @@ spec:
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: prometheus-community name: prometheus-community
namespace: flux-system
interval: 15m interval: 15m
timeout: 5m timeout: 5m
releaseName: kube-prometheus-stack releaseName: kube-prometheus-stack

View File

@@ -2,7 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository kind: HelmRepository
metadata: metadata:
name: prometheus-community name: prometheus-community
namespace: flux-system namespace: kube-prometheus-stack
spec: spec:
interval: 15m interval: 15m
url: https://prometheus-community.github.io/helm-charts url: https://prometheus-community.github.io/helm-charts

Some files were not shown because too many files have changed in this diff Show More