Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2dcd708865 | |||
| 1212017945 |
@@ -25,6 +25,7 @@ ArgoCD homelab project
|
|||||||
| **longhorn** | [](https://ag.hexor.cy/applications/argocd/longhorn) |
|
| **longhorn** | [](https://ag.hexor.cy/applications/argocd/longhorn) |
|
||||||
| **postgresql** | [](https://ag.hexor.cy/applications/argocd/postgresql) |
|
| **postgresql** | [](https://ag.hexor.cy/applications/argocd/postgresql) |
|
||||||
| **prom-stack** | [](https://ag.hexor.cy/applications/argocd/prom-stack) |
|
| **prom-stack** | [](https://ag.hexor.cy/applications/argocd/prom-stack) |
|
||||||
|
| **reloader** | [](https://ag.hexor.cy/applications/argocd/reloader) |
|
||||||
| **system-upgrade** | [](https://ag.hexor.cy/applications/argocd/system-upgrade) |
|
| **system-upgrade** | [](https://ag.hexor.cy/applications/argocd/system-upgrade) |
|
||||||
|
|
||||||
### Games
|
### Games
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: reloader
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: core
|
||||||
|
destination:
|
||||||
|
namespace: reloader
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
source:
|
||||||
|
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
path: k8s/core/reloader
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
prune: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
- ServerSideApply=true
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- app.yaml
|
||||||
|
|
||||||
|
helmCharts:
|
||||||
|
- name: reloader
|
||||||
|
repo: https://stakater.github.io/stakater-charts
|
||||||
|
version: 2.2.12
|
||||||
|
releaseName: reloader
|
||||||
|
namespace: reloader
|
||||||
|
valuesFile: values.yaml
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
reloader:
|
||||||
|
watchGlobally: true
|
||||||
|
autoReloadAll: true
|
||||||
|
reloadOnCreate: true
|
||||||
|
reloadOnDelete: false
|
||||||
|
reloadStrategy: annotations
|
||||||
|
ignoreConfigMaps: false
|
||||||
|
ignoreSecrets: false
|
||||||
|
ignoreJobs: false
|
||||||
|
ignoreCronJobs: false
|
||||||
|
enableHA: true
|
||||||
|
syncAfterRestart: true
|
||||||
|
logLevel: info
|
||||||
|
rbac:
|
||||||
|
enabled: true
|
||||||
|
deployment:
|
||||||
|
replicas: 2
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 128Mi
|
||||||
|
limits:
|
||||||
|
cpu: 150m
|
||||||
|
memory: 512Mi
|
||||||
Reference in New Issue
Block a user