Compare commits

..

9 Commits

Author SHA1 Message Date
behrooz
cc28ea1ee2 allow sync ingresses from vcluster to host 2025-11-29 19:41:51 +03:30
behrooz
8576917f7a allow sync ingresses from vcluster to host 2025-11-29 19:39:07 +03:30
behrooz
4a8d9cd4bb allow sync ingresses from vcluster to host 2025-11-29 19:38:30 +03:30
behrooz
785f5d9076 enable metrics 2025-11-27 14:59:21 +03:30
behrooz
368b7384ff enable metrics 2025-11-27 14:51:15 +03:30
behrooz
f823f2bdce resource pds 2025-11-26 19:45:03 +03:30
behrooz
d92f25a77c resource pds 2025-11-26 19:36:57 +03:30
behrooz
53564dec28 modify resource 2025-11-20 14:05:11 +03:30
behrooz
81dffe1a0a bitnamilegacy 2025-11-18 15:37:35 +03:30
2 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mysql
repository: bitnamilegacy/mysql
tag: 8.0.35-debian-11-r2
digest: ""
pullPolicy: IfNotPresent
@@ -925,7 +925,7 @@ volumePermissions:
##
image:
registry: docker.io
repository: bitnami/os-shell
repository: bitnamilegacy/os-shell
tag: 11-debian-11-r93
digest: ""
pullPolicy: IfNotPresent
@@ -959,7 +959,7 @@ metrics:
##
image:
registry: docker.io
repository: bitnami/mysqld-exporter
repository: bitnamilegacy/mysqld-exporter
tag: 0.15.1-debian-11-r0
digest: ""
pullPolicy: IfNotPresent

View File

@@ -76,7 +76,7 @@ sync:
# Ingresses defines if ingresses created within the virtual cluster should get synced to the host cluster.
ingresses:
# Enabled defines if this option should be enabled.
enabled: false
enabled: true
# PriorityClasses defines if priority classes created within the virtual cluster should get synced to the host cluster.
priorityClasses:
# Enabled defines if this option should be enabled.
@@ -502,7 +502,7 @@ controlPlane:
resources:
# Limits are resource limits for the container
limits:
cpu: 1000m
cpu: 512m
memory: 170Mi
# Requests are minimal resources that will be consumed by the container
requests:
@@ -599,8 +599,8 @@ controlPlane:
resources:
# Limits are resource limits for the container
limits:
ephemeral-storage: 8Gi
memory: 2Gi
ephemeral-storage: 1Gi
memory: 1Gi
# Requests are minimal resources that will be consumed by the container
requests:
ephemeral-storage: 400Mi
@@ -1071,18 +1071,18 @@ policies:
resourceQuota:
# Enabled defines if the resource quota should be enabled. "auto" means that if limitRange is enabled,
# the resourceQuota will be enabled as well.
enabled: auto
enabled: true
labels: {}
annotations: {}
# Quota are the quota options
quota:
requests.cpu: 10
requests.memory: 20Gi
requests.storage: "100Gi"
requests.ephemeral-storage: 60Gi
requests.memory: 8Gi
requests.storage: "10Gi"
requests.ephemeral-storage: 10Gi
limits.cpu: 20
limits.memory: 40Gi
limits.ephemeral-storage: 160Gi
limits.memory: 10Gi
limits.ephemeral-storage: 10Gi
services.nodeports: 0
services.loadbalancers: 1
count/endpoints: 40
@@ -1106,7 +1106,7 @@ policies:
annotations: {}
# Default are the default limits for the limit range
default:
ephemeral-storage: 8Gi
ephemeral-storage: 3Gi
memory: 512Mi
cpu: "1"
# DefaultRequest are the default request options for the limit range