Files
turbo-mothership/apps/netris/netris-controller.yaml
Pavel Basov df9937f0c3 Initial commit: Turbo Mothership bare metal management cluster
- k0s bootstrap with Cilium and OpenEBS
- ArgoCD apps for infra, CAPI, Tinkerbell, and Netris
- Ansible playbooks for virtual baremetal lab and Netris switches
- CAPI provider manifests for k0smotron and Tinkerbell
2025-12-15 19:59:58 +01:00

38 lines
919 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: netris-controller
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://netrisai.github.io/charts
chart: netris-controller
targetRevision: "*"
helm:
releaseName: netris-controller
valuesObject:
ingress:
hosts:
- netris.turbo.weystrom.dev
tls:
- secretName: netris-tls
hosts:
- netris.turbo.weystrom.dev
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
haproxy:
enabled: false
destination:
server: https://kubernetes.default.svc
namespace: netris-controller
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true