mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 23:01:00 +00:00
add bytestash
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
8ca8f0b8ea
commit
7a569878b8
17 changed files with 126 additions and 102 deletions
24
management/platform-apps/bytestash.yaml
Normal file
24
management/platform-apps/bytestash.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: bytestash
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "15"
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: bytestash
|
||||
source:
|
||||
repoURL: https://github.com/gwg313/homelab-gitops.git
|
||||
path: apps/bytestash
|
||||
targetRevision: main
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
- SkipDryRunOnMissingResource=true
|
||||
|
|
@ -16,3 +16,4 @@ resources:
|
|||
- yopass.yaml
|
||||
- tekton.yaml
|
||||
- navidrome.yaml
|
||||
- bytestash.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue