final apps
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
# Platform: ingress-nginx
|
||||
# Wave 5 — depends on Cilium LB pool (wave 4) to get a LoadBalancer IP
|
||||
# Wave 5 — depends on Cilium LB pool (wave 4)
|
||||
# Multi-source: Helm chart from upstream + values from repo
|
||||
# ------------------------------------------------------------------------------
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
@@ -11,13 +12,18 @@ metadata:
|
||||
argocd.argoproj.io/sync-wave: "5"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
||||
chart: ingress-nginx
|
||||
targetRevision: 4.12.1
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
sources:
|
||||
# Source 1: Helm chart from upstream
|
||||
- repoURL: https://kubernetes.github.io/ingress-nginx
|
||||
chart: ingress-nginx
|
||||
targetRevision: 4.12.1
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/cluster/platform/ingress-nginx/values.yaml
|
||||
# Source 2: Repo — values ref only, no extra manifests
|
||||
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: ingress-nginx
|
||||
|
||||
Reference in New Issue
Block a user