Files
homelab/cluster/applications/skyway/application.yaml
2026-05-19 22:06:48 -05:00

38 lines
1.1 KiB
YAML

# ------------------------------------------------------------------------------
# Application: skyway
# Wave 11 — after monitoring
# Kubernetes web UI — token auth now, OIDC via Authentik deferred (parking lot)
# ------------------------------------------------------------------------------
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: skyway
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "11"
spec:
project: default
sources:
- repoURL: https://kubernetes-sigs.github.io/headlamp/
chart: headlamp
targetRevision: 0.42.0
helm:
valueFiles:
- $values/cluster/applications/skyway/values.yaml
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
targetRevision: main
path: cluster/applications/skyway
ref: values
directory:
exclude: "application.yaml"
destination:
server: https://kubernetes.default.svc
namespace: skyway
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true