-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter-config.yaml
More file actions
82 lines (82 loc) · 2.88 KB
/
cookiecutter-config.yaml
File metadata and controls
82 lines (82 loc) · 2.88 KB
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
76
77
78
79
80
81
82
default_context:
chart_name: "cfs-cli"
chart_namespace: "customer-facing-services"
chart_version: "0.1.41"
need_dep_chart: "no"
include_deployment: "yes"
deployment_image_repo: "registry.apps.eo4eu.eu/eo4eu/eo4eu-umm/customer-facing-services/cfs-cli"
deployment_image_tag: "d5135fcaf847016077892e040def6e0566479d65"
deployment_image_pull_policy: "Always"
deployment_vault_secret: "react-secrets"
deployment_image_secret: "cfs-cli-registry"
deployment_http_port: "80"
deployment_app: "cfs-cli"
deployment_environment_label: "production"
deployment_service_label: "CFS"
deployment_component_label: "cfs-cli"
include_ingress: "yes"
ingress_clusterissuer: "cineca-eo4eu-ope-clusterissuer"
ingress_host: "cli.apps.eo4eu.eu"
ingress_ip_address: "131.175.205.81"
ingress_path_type: "Prefix"
ingress_path: "/"
ingress_tls_enabled: "True"
ingress_probe_enabled: "true"
ingress_probe_target_auth_type: "none"
ingress_probe_target_path: ""
include_configmap: "no"
include_role: "no"
include_role_binding: "no"
include_service_account: "no"
include_service: "yes"
service_http_port: "80"
include_external_vault_secret: "yes"
include_external_registry_secret: "yes"
external_vault_secret_data:
"data": [
{
secret_key: "REACT_APP_KEYCLOAK_URL",
vault_secret_key: "eo4eu-cicd/mixed_credentials/eo4eu-umm/cfs-cli",
vault_secret_property: "REACT_APP_KEYCLOAK_URL"
},
{
secret_key: "REACT_APP_REALM_NAME",
vault_secret_key: "eo4eu-cicd/mixed_credentials/eo4eu-umm/cfs-cli",
vault_secret_property: "REACT_APP_REALM_NAME"
},
{
secret_key: "REACT_APP_CLIENT_ID",
vault_secret_key: "eo4eu-cicd/mixed_credentials/eo4eu-umm/cfs-cli",
vault_secret_property: "REACT_APP_CLIENT_ID"
},
{
secret_key: "REACT_APP_API_ROOT_URI",
vault_secret_key: "eo4eu-cicd/mixed_credentials/eo4eu-umm/cfs-cli",
vault_secret_property: "REACT_APP_API_ROOT_URI"
},
{
secret_key: "REACT_APP_PORTAL_URI",
vault_secret_key: "eo4eu-cicd/mixed_credentials/eo4eu-umm/cfs-cli",
vault_secret_property: "REACT_APP_PORTAL_URI"
},
{
secret_key: "REACT_APP_UMM_URI",
vault_secret_key: "eo4eu-cicd/mixed_credentials/eo4eu-umm/cfs-cli",
vault_secret_property: "REACT_APP_UMM_URI"
},
{
secret_key: "REACT_APP_KG_API_ROOT_URI",
vault_secret_key: "eo4eu-cicd/mixed_credentials/eo4eu-umm/cfs-cli",
vault_secret_property: "REACT_APP_KG_API_ROOT_URI"
}
]
external_registry_secret_name: "cfs-cli-registry"
k8s_registry_secret_name: "cfs-cli-registry"
external_registry_secret_data:
"data": [
{
secret_key: "dockerconfigjson",
vault_secret_key: "eo4eu-cicd/registry_pull_secret/eo4eu-umm/cfs-cli",
vault_secret_property: ".dockerconfigjson"
}
]