feat(k8s/services/miniflux): add basefiles
This commit is contained in:
parent
6b03d333b8
commit
424d395058
8 changed files with 166 additions and 4 deletions
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: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue