Skip to content

Commit 7882b0d

Browse files
committed
add env template for gke
1 parent cfdf37f commit 7882b0d

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

installation/env.tmpl

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
# Sub-dir under ./config that holds your hosting env specific Helm values.files, e.g. gke
2-
HOST_ENV=gke
3-
4-
# GCP Project - used by gmp-proxy and cert-manager
5-
GCP_PROJECT="my-gcp-project"
6-
7-
# API Key used by Opencost to call your CSPs billing APIs: https://www.opencost.io/docs/configuration/gcp#configuring-gcp-pricing
8-
CSP_API_KEY=paste_key_here
2+
HOST_ENV=kind
93

104
# Grafana admin user credentials
115
GRAFANA_ADMIN_USER=finops
126
GRAFANA_ADMIN_PW=s7@ck
137

14-
# GCP SA for workload identity
15-
GRAFANA_SA_ANNOTATION="iam.gke.io/gcp-service-account: [email protected]"
16-
178
# Grafana ingress settings
189
GRAFANA_INGRESS="false"
1910
# GRAFANA_PUBLIC_IP_NAME="name-of-public-ip"
2011
# GRAFANA_FQDN="grafana.host.name"
2112

22-
## GCP SA for workload identity for cert-manager (need to be defined but only used if cert-manager is being installed)
23-
CERT_MANAGER_SA_ANNOTATION="iam.gke.io/gcp-service-account: [email protected]"
24-
CERT_MANAGER_EMAIL="[email protected]"

installation/env_gke.tmpl

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Sub-dir under ./config that holds your hosting env specific Helm values.files, e.g. gke
2+
HOST_ENV=gke
3+
4+
# GCP Project - used by gmp-proxy and cert-manager
5+
GCP_PROJECT="my-gcp-project"
6+
7+
# API Key used by Opencost to call your CSPs billing APIs: https://www.opencost.io/docs/configuration/gcp#configuring-gcp-pricing
8+
CSP_API_KEY=paste_key_here
9+
10+
# Grafana admin user credentials
11+
GRAFANA_ADMIN_USER=finops
12+
GRAFANA_ADMIN_PW=s7@ck
13+
14+
# GCP SA for workload identity
15+
GRAFANA_SA_ANNOTATION="iam.gke.io/gcp-service-account: [email protected]"
16+
17+
# Grafana ingress settings
18+
GRAFANA_INGRESS="false"
19+
# GRAFANA_PUBLIC_IP_NAME="name-of-public-ip"
20+
# GRAFANA_FQDN="grafana.host.name"
21+
22+
## GCP SA for workload identity for cert-manager (need to be defined but only used if cert-manager is being installed)
23+
CERT_MANAGER_SA_ANNOTATION="iam.gke.io/gcp-service-account: [email protected]"
24+
CERT_MANAGER_EMAIL="[email protected]"

0 commit comments

Comments
 (0)