This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
setup.conf
75 lines (75 loc) · 5.32 KB
/
setup.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<<__role_arn.cluster_autoscaler__>>=arn:aws:iam::890123456789:role/my-cluster_kube-system_cluster-autoscaler
<<__role_arn.aws_load_balancer_controller__>>=arn:aws:iam::890123456789:role/my-cluster_kube-system_aws-load-balancer-controller
<<__role_arn.external_dns__>>=arn:aws:iam::890123456789:role/my-cluster_kube-system_external-dns
<<__role_arn.oauth2_proxy__>>=arn:aws:iam::890123456789:role/my-cluster_auth_oauth2-proxy
<<__role_arn.pipelines__>>=arn:aws:iam::890123456789:role/my-cluster_kubeflow_pipelines
<<__role_arn.cert_manager__>>=arn:aws:iam::890123456789:role/my-cluster_cert-manager_cert-manager
<<__role_arn.kube2iam_pipelines__>>=arn:aws:iam::890123456789:role/my-cluster_kubeflow_kube2iam_pipelines
<<__role_arn.external_secrets__>>=arn:aws:iam::890123456789:role/my-cluster_kube-system_external-secrets
<<__role_arn.external_secrets.mlflow__>>=arn:aws:iam::890123456789:role/my-cluster_external_secret_mlflow
<<__role_arn.external_secrets.kubeflow__>>=arn:aws:iam::890123456789:role/my-cluster_external_secret_kubeflow
<<__role_arn.external_secrets.argocd__>>=arn:aws:iam::890123456789:role/my-cluster_external_secret_argocd
<<__role_arn.external_secrets.auth__>>=arn:aws:iam::890123456789:role/my-cluster_external_secret_auth
<<__role_arn.external_secrets.istio_system__>>=arn:aws:iam::890123456789:role/my-cluster_external_secret_istio-system
<<__role_arn.external_secrets.monitoring__>>=arn:aws:iam::890123456789:role/my-cluster_external_secret_monitoring
<<__external_secret_name.istio_system.auth_ca_cert__>>=my-cluster/istio-system/auth_ca_cert
<<__external_secret_name.istio_system.auth_cert__>>=my-cluster/istio-system/auth_cert
<<__external_secret_name.istio_system.auth_cert_pk__>>=my-cluster/istio-system/auth_cert_pk
<<__external_secret_name.istio_system.gateway_ca_cert__>>=my-cluster/istio-system/gateway_ca_cert
<<__external_secret_name.istio_system.gateway_cert__>>=my-cluster/istio-system/gateway_cert
<<__external_secret_name.istio_system.gateway_cert_pk__>>=my-cluster/istio-system/gateway_cert_pk
<<__external_secret_name.istio_system.monitoring_ca_cert__>>=my-cluster/istio-system/monitoring_ca_cert
<<__external_secret_name.istio_system.monitoring_cert__>>=my-cluster/istio-system/monitoring_cert
<<__external_secret_name.istio_system.monitoring_cert_pk__>>=my-cluster/istio-system/monitoring_cert_pk
<<__external_secret_name.mlflow.rds_username__>>=my-cluster/mlflow/rds_username
<<__external_secret_name.mlflow.rds_password__>>=my-cluster/mlflow/rds_password
<<__external_secret_name.kubeflow.rds_username__>>=my-cluster/kubeflow/rds_username
<<__external_secret_name.kubeflow.rds_password__>>=my-cluster/kubeflow/rds_password
<<__external_secret_name.kubeflow.s3_accesskey__>>=my-cluster/kubeflow/s3_accesskey
<<__external_secret_name.kubeflow.s3_secretkey__>>=my-cluster/kubeflow/s3_secretkey
<<__external_secret_name.git_repo.https_username__>>=my-cluster/argocd/https_username
<<__external_secret_name.git_repo.https_password__>>=my-cluster/argocd/https_password
<<__external_secret_name.auth.oidc_client_id__>>=my-cluster/auth/client_id
<<__external_secret_name.auth.oidc_client_secret__>>=my-cluster/auth/client_secret
<<__external_secret_name.auth.oidc_cookie_secret__>>=my-cluster/auth/cookie_secret
<<__external_secret_name.monitoring.grafana_username__>>=my-cluster/monitoring/grafana_username
<<__external_secret_name.monitoring.grafana_password__>>=my-cluster/monitoring/grafana_password
<<__git_repo.url__>>=https://gitlab.my-company.com/kaas/at-argocd.git
<<__git_repo.target_revision__>>=890123456789/my-cluster.my-domain
<<__cluster_name__>>=my-cluster
<<__aws_region__>>=eu-central-1
<<__vpc_id__>>=vpc-012345678abcdefgh
<<__domain__>>=my-cluster.my-domain
<<__subdomain_dashboard__>>=kubeflow
<<__subdomain_serving__>>=serving
<<__subdomain_auth__>>=auth
<<__subdomain_grafana__>>=grafana
<<__subdomain_kiali__>>=kiali
<<__subdomain_kubecost__>>=kubecost
<<__route53.hosted_zone_id__>>=Z01234567XYZABCDEF002
<<__route53.hosted_zone_domain__>>=my-cluster.my-domain
<<__route53.hosted_zone_hostnames__>>=kubeflow.my-cluster.my-domain, serving.my-cluster.my-domain, argocd.my-cluster.my-domain, auth.my-cluster.my-domain, grafana.my-cluster.my-domain, kiali.my-cluster.my-domain, *.serving.my-cluster.my-domain
<<__cert_manager.email_domain__>>=my-company.com
<<__cert_manager.email_user__>>=name.surname
<<__cert_manager.server__>>=https://acme-staging-v02.api.letsencrypt.org/directory
<<__rds.db_name.cache__>>=cachedb
<<__rds.db_name.pipelines__>>=mlpipeline
<<__rds.db_name.metadata__>>=metadb
<<__rds.db_name.katib__>>=katib
<<__rds.db_name.mlflow__>>=mlflow
<<__rds.host__>>=my-cluster-instance.xzyabc123456.eu-central-1.rds.amazonaws.com
<<__rds.port__>>="3306"
<<__s3.bucket.mlflow__>>=890123456789-my-cluster-mlflow
<<__s3.bucket.pipelines__>>=890123456789-my-cluster-pipelines
<<__s3.key_prefix.mlflow__>>=mlflow/experiments
<<__s3.key_prefix.pipelines__>>=pipelines/artifacts
<<__s3.path.pipelines__>>=pipelines
<<__aws_load_balancer.scheme__>>=internet-facing
<<__aws_load_balancer.name__>>=nlb-my-cluster
<<__aws_load_balancer.nlb_target_type__>>=instance
<<__oidc.issuer__>>=https://gitlab.my-company.com
<<__oidc.redis.connection_url__>>=redis://my-cluster-redis.abcxyz.0001.euc1.cache.amazonaws.com:6379
<<__oidc.scope__>>=openid profile email
<<__oidc.user_id_claim__>>=email
<<__enable_registration_flow__>>="true"
<<__external_secrets.backend_type__>>=secretsManager