57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
global:
|
|
defaultDestination:
|
|
server: https://kubernetes.default.svc
|
|
|
|
# This repoURL is used a base for all the repoURLs applications
|
|
# Setting this to a eg. private git repo incl. the use of pathPrefix allows kubezero to be
|
|
# integrated into any repository as a git subtree if for example public internet access is unavailable
|
|
defaultSource:
|
|
# defaultSource.repoURL -- default repository for argocd applications
|
|
repoURL: https://github.com/zero-down-time/kubezero
|
|
# defaultSource.targetRevision -- default tracking of repoURL
|
|
targetRevision: HEAD
|
|
# defaultSource.pathPrefix -- optional path prefix within repoURL to support eg. remote subtrees
|
|
pathPrefix: ''
|
|
|
|
platform: aws
|
|
|
|
calico:
|
|
enabled: false
|
|
retain: true
|
|
|
|
cert-manager:
|
|
enabled: false
|
|
namespace: cert-manager
|
|
|
|
kiam:
|
|
enabled: false
|
|
|
|
local-volume-provisioner:
|
|
enabled: false
|
|
|
|
aws-ebs-csi-driver:
|
|
enabled: false
|
|
|
|
aws-efs-csi-driver:
|
|
enabled: false
|
|
|
|
istio:
|
|
enabled: false
|
|
namespace: istio-system
|
|
|
|
istio-ingress:
|
|
enabled: false
|
|
namespace: istio-ingress
|
|
|
|
metrics:
|
|
enabled: false
|
|
namespace: monitoring
|
|
|
|
logging:
|
|
enabled: false
|
|
namespace: logging
|
|
|
|
argo-cd:
|
|
enabled: false
|
|
namespace: argocd
|