Merge branch 'main' of https://git.rogi.casa/roger/k3s-cluster
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: argocd
|
|
||||||
namespace: argocd
|
|
||||||
annotations:
|
|
||||||
argocd.argoproj.io/sync-wave: "0"
|
|
||||||
spec:
|
|
||||||
project: k3s-cluster
|
|
||||||
source:
|
|
||||||
repoURL: https://git.rogi.casa/roger/k3s-cluster.git
|
|
||||||
targetRevision: main
|
|
||||||
path: argocd
|
|
||||||
directory:
|
|
||||||
recurse: false
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: argocd
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=false
|
|
||||||
@@ -21,7 +21,6 @@ mkdir -p "$APPS_DIR"
|
|||||||
|
|
||||||
# app-name | namespace | path | recurse | validate
|
# app-name | namespace | path | recurse | validate
|
||||||
APPS=(
|
APPS=(
|
||||||
"argocd|argocd|argocd|false|true"
|
|
||||||
"cert-manager|cert-manager|cert-manager|true|true"
|
"cert-manager|cert-manager|cert-manager|true|true"
|
||||||
"fava|fava|fava|true|true"
|
"fava|fava|fava|true|true"
|
||||||
"gitea|gitea|gitea|true|true"
|
"gitea|gitea|gitea|true|true"
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: prometheus
|
app: prometheus
|
||||||
|
annotations:
|
||||||
|
kubectl.kubernetes.io/restartedAt: "2026-07-26T12:00:00Z"
|
||||||
spec:
|
spec:
|
||||||
# Prevent scheduling on Raspberry Pi due to resource requirements (512Mi-1Gi memory, 500m-1000m CPU)
|
# Prevent scheduling on Raspberry Pi due to resource requirements (512Mi-1Gi memory, 500m-1000m CPU)
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
@@ -42,7 +44,7 @@ spec:
|
|||||||
memory: "1Gi"
|
memory: "1Gi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
limits:
|
limits:
|
||||||
memory: "2Gi"
|
memory: "4Gi"
|
||||||
cpu: "1000m"
|
cpu: "1000m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: prometheus-config
|
- name: prometheus-config
|
||||||
|
|||||||
Reference in New Issue
Block a user