mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
33 lines
602 B
YAML
33 lines
602 B
YAML
# environments/default.yaml
|
|
# Default environment configuration
|
|
|
|
# Global settings
|
|
global:
|
|
labels:
|
|
bootstrap: "homelabv4"
|
|
managed-by: "argocd"
|
|
annotations:
|
|
config.kubernetes.io/origin: "argocd-gitops"
|
|
|
|
# Domain configuration
|
|
domain:
|
|
base: "kube.huskypup.net"
|
|
ingress:
|
|
class: "istio"
|
|
|
|
# Storage configuration
|
|
storage:
|
|
defaultClass: "rook-ceph-block"
|
|
backupClass: "rook-ceph-block"
|
|
|
|
# Monitoring configuration
|
|
monitoring:
|
|
enabled: true
|
|
retention: "30d"
|
|
|
|
# Security configuration
|
|
security:
|
|
certManager:
|
|
email: "admin@kube.huskypup.net"
|
|
issuer: "letsencrypt-prod"
|