RSS reader added

This commit is contained in:
2023-11-22 15:42:28 +01:00
parent 3b5f8da2bf
commit 8e478225b3
8 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rss-application
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: main
path: apps/rss
destination:
server: https://kubernetes.default.svc
namespace: rss
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml