rename
This commit is contained in:
7
infra/values/gke-dev/gitea-values.yaml
Normal file
7
infra/values/gke-dev/gitea-values.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# GCP Persistent Disk (SSD via CSI driver)
|
||||
persistence:
|
||||
storageClass: premium-rwo
|
||||
postgresql:
|
||||
primary:
|
||||
persistence:
|
||||
storageClass: premium-rwo
|
||||
9
infra/values/gke-dev/opencost-values.yaml
Normal file
9
infra/values/gke-dev/opencost-values.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
# GCP native pricing via Cloud Billing API
|
||||
opencost:
|
||||
exporter:
|
||||
customPricing:
|
||||
enabled: true
|
||||
provider: gcp
|
||||
gcp:
|
||||
projectID: "" # <- populate with your GCP project ID
|
||||
key: "" # <- or use Workload Identity
|
||||
15
infra/values/gke-dev/traefik-values.yaml
Normal file
15
infra/values/gke-dev/traefik-values.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# GCP GKE — External passthrough Network Load Balancer
|
||||
service:
|
||||
annotations:
|
||||
cloud.google.com/l4-rbs: "enabled"
|
||||
ports:
|
||||
web:
|
||||
proxyProtocol:
|
||||
trustedIPs: "10.0.0.0/8,35.191.0.0/16,130.211.0.0/22" # <- subnet CIDR + GCP health checks
|
||||
forwardedHeaders:
|
||||
trustedIPs: "10.0.0.0/8,35.191.0.0/16,130.211.0.0/22"
|
||||
websecure:
|
||||
proxyProtocol:
|
||||
trustedIPs: "10.0.0.0/8,35.191.0.0/16,130.211.0.0/22"
|
||||
forwardedHeaders:
|
||||
trustedIPs: "10.0.0.0/8,35.191.0.0/16,130.211.0.0/22"
|
||||
Reference in New Issue
Block a user