Compare commits

..

13 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
behrooz
84e5df6078 fix index.yaml 2025-11-14 15:45:33 +03:30
behrooz
ed9a031760 fix url 2025-11-14 15:34:30 +03:30
behrooz
6fedecece9 fix url 2025-11-14 15:14:16 +03:30
behrooz
52b9ba260a add helrepo 2025-11-14 14:45:04 +03:30
4 changed files with 58 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

44
helmrepo/index.yaml Normal file
View File

@@ -0,0 +1,44 @@
apiVersion: v1
entries:
mysql:
- annotations:
category: Database
images: |
- name: mysql
image: docker.io/bitnami/mysql:8.0.35-debian-11-r2
- name: mysqld-exporter
image: docker.io/bitnami/mysqld-exporter:0.15.1-debian-11-r0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r93
licenses: Apache-2.0
apiVersion: v2
appVersion: 8.0.35
created: "2025-11-14T15:45:07.307663049+03:30"
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: MySQL is a fast, reliable, scalable, and easy to use open source
relational database system. Designed to handle mission-critical, heavy-load
production applications.
digest: 1c134e8feb2898f78136c5147b4b9dbfb82a412d6cf8103b763ec699aebec8b0
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/mysql/img/mysql-stack-220x234.png
keywords:
- mysql
- database
- sql
- cluster
- high availability
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: mysql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mysql
urls:
- https://git.bugx.ir/gitea_admin/application/raw/branch/main/helmrepo/mysql-9.16.1.tgz
version: 9.16.1
generated: "2025-11-14T15:45:07.305379375+03:30"

BIN
helmrepo/mysql-9.16.1.tgz Normal file

Binary file not shown.

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