setup fluxcd

This commit is contained in:
Márcio Fernandes
2026-07-11 21:36:04 +00:00
parent becc4ef4a9
commit 5ab4747651
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ spec:
interval: 1m interval: 1m
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: lms name: jellyfin
path: deploy/app path: deploy/app
prune: true prune: true
suspend: false suspend: false
+1 -1
View File
@@ -4,7 +4,7 @@ metadata:
name: jellyfin name: jellyfin
spec: spec:
interval: 1m0s interval: 1m0s
url: ssh://git@git.limbosolutions.com:2222/myLimbo.jellyfin url: ssh://git@git.limbosolutions.com:2222/myLimbo/Jellyfin.git
ref: ref:
branch: main branch: main
secretRef: secretRef:
+5 -3
View File
@@ -5,10 +5,12 @@ resources:
- app-sync.yaml - app-sync.yaml
secretGenerator: secretGenerator:
- name: flux-repo-ssh-credentials - name: flux-repo-ssh-credentials
namespace: lyrionmusicserver namespace: jellyfin
files: files:
- "identity=./.env.d/flux-repo-ssh-key" - "identity=./.env.d/flux-repo-ssh-key"
- "known_hosts=./.env.d/flux-repo-ssh-known_hosts" - "known_hosts=./.env.d/flux-repo-ssh-known_hosts"
- "pubkey=./.env.d/flux-repo-ssh-key.pub" - "pubkey=./.env.d/flux-repo-ssh-key.pub"
- name: flux-sops-age generatorOptions:
namespace: jellyfin disableNameSuffixHash: true