Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmiskiewicz committed Jun 13, 2024
1 parent bb02cfc commit e7fea0c
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 199 deletions.
130 changes: 130 additions & 0 deletions resources/cn-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
# This file contains values for KEB chart needed to install it in CN region.

global:
images:
cloudsql_proxy_image: "europe-docker.pkg.dev/kyma-project/prod/tpi/cloudsql-docker/gce-proxy:v1.33.16-133356bc"
container_registry:
path: 113663649212.dkr.ecr.cn-northwest-1.amazonaws.com.cn/kcp-cn
schema_migrator:
dir: ""
version: "v20240307-f250dc83" # do not update along with the other images
kyma_environment_broker:
dir:
version: "1.5.23"
database:
cloudsqlproxy:
enabled: false

archiving:
enabled: true
dryRun: false
cleaning:
enabled: true
dryRun: false

avs:
disabled: true

broker:
events:
enabled: true
binding:
enabled: false


dashboardConfig:
enabled: true
landscapeURL: https://dashboard.kyma.cloud.sap # **CN**

edp:
disabled: true

enableKubeconfigURLLabel: true

enablePlans: azure,gcp,azure_lite,aws,trial,free,sap-converged-cloud

ias:
disabled: true

includeAdditionalParamsInSchema: true

# must be configured
kubeconfig:
allowOrigins: https://dashboard.kyma.cloud.sap
clientID: 12b13a26-d993-4d0c-aa08-5f5852bbdff6
issuerURL: https://kyma.accounts.ondemand.com

kymaVersion: 2.20.0
kymaVersionOnDemand: false
lifecycleManager:
disabled: true

infrastructureManager:
disabled: true


oidc:
client: 12b13a26-d993-4d0c-aa08-5f5852bbdff6
issuer: https://kyma.accounts.ondemand.com
keysURL: https://kyma.accounts.ondemand.com/oauth2/certs

osbUpdateProcessingEnabled: true
provisioner:
dumpRequests: false
gardenerClusterStepTimeout: 3m
runtimeAllowedPrincipals: |-
- cluster.local/ns/kcp-system/sa/kcp-kyma-metrics-collector
- cluster.local/ns/monitoring-system/sa/mop-agent
serviceAccount:
annotations:
iam.gke.io/gcp-service-account: proxy-user@sap-ti-dx-kyma-mps-prod.iam.gserviceaccount.com
serviceManager:
overrideMode: "Always"

showTrialExpirationInfo: true
skrDNSProvidersValues: |-
providers:
- domainsInclude: [ "kyma.ondemand.com" ]
primary: true
secretName: "aws-route53-secret-prod"
type: "aws-route53"
skrOIDCDefaultValues: |-
issuerURL: "https://kyma.accounts.ondemand.com"
clientID: "12b13a26-d993-4d0c-aa08-5f5852bbdff6"
groupsClaim: "groups"
signingAlgs: [ "RS256" ]
usernamePrefix: "-"
usernameClaim: "sub"
subaccountCleanup:
enabled: false
subaccountsIdsToShowTrialExpirationInfo: all


trialCleanup:
enabled: false
freeCleanup:
enabled: false
runtimeReconciler:
enabled: false
deprovisionRetrigger:
enabled: false

subaccountSync:
enabled: false

metricsv2:
enabled: true
operationResultRetentionPeriod: 336h
operationResultPoolingInterval: 1m
operationStatsPoolingInterval: 1m
onlyOneFreePerGA: true
freemiumWhitelistedGlobalAccountIds: |-
whitelist:
- d9994f8f-7e46-42a8-b2c1-1bfff8d2fe05
showFreeExpirationInfo: true
freeDocsURL:
https://help.sap.com/docs/btp/sap-business-technology-platform/available-plans-in-kyma-environment


serviceMonitor:
enabled: false
199 changes: 0 additions & 199 deletions resources/minimal.yaml

This file was deleted.

0 comments on commit e7fea0c

Please sign in to comment.