mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user