hostname: bigbang.dev # Toggle sourcing from external repos # TODO: All this does right now is toggle GitRepositories, it is _not_ fully functional offline: false # Registry credentials to use from pulling images from private registry, will create an appropriate imagePullSecret in all relevant namespaces registryCredentials: registry: registry1.dsop.io username: "" password: "" email: "" # Flux reconciliation parameters flux: interval: 2m install: retries: 3 upgrade: retries: 3 rollback: timeout: 5m cleanupOnFail: true # ---------------------------------------------------------------------------------------------------------------------- # Istio # istio: enabled: true git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/istio-controlplane.git path: "./chart" tag: "1.7.3-bb.0" values: {} istiooperator: git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/istio-operator.git path: "./chart" tag: "1.7.0-bb.0" values: {} # ---------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------- # Cluster Auditor # clusterAuditor: enabled: true git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/cluster-auditor.git path: "./chart" tag: "0.1.7-bb.0" values: {} # ---------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------- # OPA Gatekeeper # gatekeeper: enabled: true git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/policy.git path: "./chart" tag: "3.1.2-bb.2" values: {} # ---------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------- # Logging # logging: enabled: true git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/elasticsearch-kibana.git path: "./chart" tag: "0.1.0-bb.1" values: {} eckoperator: git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/eck-operator.git path: "./chart" tag: "1.3.0-bb.0" values: {} fluentbit: git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/fluentbit.git path: "./chart" tag: "0.1.0-bb.0" values: {} # ---------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------- # Monitoring # monitoring: enabled: true git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/monitoring.git path: "./chart" tag: "11.0.0-bb.0" values: {} # ---------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------- # Twistlock # twistlock: enabled: true git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/security-tools/twistlock.git path: "./chart" tag: "0.0.1-bb.0" values: {} # ---------------------------------------------------------------------------------------------------------------------- addons: argocd: enabled: false git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/argocd.git path: "./chart" tag: "2.9.5-bb.0" values: {} authservice: enabled: false git: repo: https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/authservice.git path: "./chart" tag: "0.1.1-bb.0" values: {}