forked from catalin/fukuops
feat(k8s/services/miniflux): add basefiles
This commit is contained in:
parent
6b03d333b8
commit
424d395058
8 changed files with 166 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ spec:
|
|||
source:
|
||||
chart: democratic-csi
|
||||
repoURL: https://democratic-csi.github.io/charts/
|
||||
targetRevision: 0.14.4
|
||||
targetRevision: 0.14.*
|
||||
helm:
|
||||
releaseName: zfs-nfs
|
||||
valuesObject:
|
||||
|
|
|
|||
18
k8s/argo-apps/miniflux.yaml
Normal file
18
k8s/argo-apps/miniflux.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: miniflux
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: 'apps-roboces'
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
path: k8s/services/miniflux
|
||||
repoURL: 'https://git.roboces.dev/catalin/fukuops.git'
|
||||
targetRevision: main
|
||||
sources: []
|
||||
project: roboces
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
|
|
@ -11,12 +11,12 @@ spec:
|
|||
source:
|
||||
chart: sealed-secrets
|
||||
repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||
targetRevision: 2.14.1
|
||||
targetRevision: 2.14.*
|
||||
helm:
|
||||
releaseName: sealed-secrets
|
||||
valuesObject:
|
||||
fullnameOverride: sealed-secrets-controller
|
||||
project: management
|
||||
sources: []
|
||||
|
||||
|
||||
syncPolicy:
|
||||
automated: { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue