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: image:
registry: docker.io registry: docker.io
repository: bitnami/mysql repository: bitnamilegacy/mysql
tag: 8.0.35-debian-11-r2 tag: 8.0.35-debian-11-r2
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -925,7 +925,7 @@ volumePermissions:
## ##
image: image:
registry: docker.io registry: docker.io
repository: bitnami/os-shell repository: bitnamilegacy/os-shell
tag: 11-debian-11-r93 tag: 11-debian-11-r93
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -959,7 +959,7 @@ metrics:
## ##
image: image:
registry: docker.io registry: docker.io
repository: bitnami/mysqld-exporter repository: bitnamilegacy/mysqld-exporter
tag: 0.15.1-debian-11-r0 tag: 0.15.1-debian-11-r0
digest: "" digest: ""
pullPolicy: IfNotPresent 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 defines if ingresses created within the virtual cluster should get synced to the host cluster.
ingresses: ingresses:
# Enabled defines if this option should be enabled. # 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 defines if priority classes created within the virtual cluster should get synced to the host cluster.
priorityClasses: priorityClasses:
# Enabled defines if this option should be enabled. # Enabled defines if this option should be enabled.
@@ -502,7 +502,7 @@ controlPlane:
resources: resources:
# Limits are resource limits for the container # Limits are resource limits for the container
limits: limits:
cpu: 1000m cpu: 512m
memory: 170Mi memory: 170Mi
# Requests are minimal resources that will be consumed by the container # Requests are minimal resources that will be consumed by the container
requests: requests:
@@ -599,8 +599,8 @@ controlPlane:
resources: resources:
# Limits are resource limits for the container # Limits are resource limits for the container
limits: limits:
ephemeral-storage: 8Gi ephemeral-storage: 1Gi
memory: 2Gi memory: 1Gi
# Requests are minimal resources that will be consumed by the container # Requests are minimal resources that will be consumed by the container
requests: requests:
ephemeral-storage: 400Mi ephemeral-storage: 400Mi
@@ -1071,18 +1071,18 @@ policies:
resourceQuota: resourceQuota:
# Enabled defines if the resource quota should be enabled. "auto" means that if limitRange is enabled, # Enabled defines if the resource quota should be enabled. "auto" means that if limitRange is enabled,
# the resourceQuota will be enabled as well. # the resourceQuota will be enabled as well.
enabled: auto enabled: true
labels: {} labels: {}
annotations: {} annotations: {}
# Quota are the quota options # Quota are the quota options
quota: quota:
requests.cpu: 10 requests.cpu: 10
requests.memory: 20Gi requests.memory: 8Gi
requests.storage: "100Gi" requests.storage: "10Gi"
requests.ephemeral-storage: 60Gi requests.ephemeral-storage: 10Gi
limits.cpu: 20 limits.cpu: 20
limits.memory: 40Gi limits.memory: 10Gi
limits.ephemeral-storage: 160Gi limits.ephemeral-storage: 10Gi
services.nodeports: 0 services.nodeports: 0
services.loadbalancers: 1 services.loadbalancers: 1
count/endpoints: 40 count/endpoints: 40
@@ -1106,7 +1106,7 @@ policies:
annotations: {} annotations: {}
# Default are the default limits for the limit range # Default are the default limits for the limit range
default: default:
ephemeral-storage: 8Gi ephemeral-storage: 3Gi
memory: 512Mi memory: 512Mi
cpu: "1" cpu: "1"
# DefaultRequest are the default request options for the limit range # DefaultRequest are the default request options for the limit range