Compare commits
9 Commits
84e5df6078
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc28ea1ee2 | ||
|
|
8576917f7a | ||
|
|
4a8d9cd4bb | ||
|
|
785f5d9076 | ||
|
|
368b7384ff | ||
|
|
f823f2bdce | ||
|
|
d92f25a77c | ||
|
|
53564dec28 | ||
|
|
81dffe1a0a |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user