@@ -6,63 +6,63 @@ A Helm chart for Kubernetes
66
77## Requirements
88
9- | Repository | Name | Version |
10- | ------------| ------| ---------|
11- | https://charts.bitnami.com/bitnami | mysql | 12.2.1 |
9+ | Repository | Name | Version |
10+ | ------------------------------------ | ----- | ------- |
11+ | < https://charts.bitnami.com/bitnami > | MySQL | 12.2.1 |
1212
1313## Values
1414
15- | Key | Type | Default | Description |
16- | -----| ------| ---------| -------------|
17- | affinity | object | ` {} ` | |
18- | application.dbConnection | string | ` "mysql" ` | |
19- | application.dbDatabase | string | ` "test" ` | |
20- | application.dbHost | string | ` "mysql" ` | |
21- | application.dbPassword | string | ` "test" ` | |
22- | application.dbPort | int | ` 3306 ` | |
23- | application.dbUsername | string | ` "test" ` | |
24- | autoscaling.enabled | bool | ` false ` | |
25- | autoscaling.maxReplicas | int | ` 100 ` | |
26- | autoscaling.minReplicas | int | ` 1 ` | |
27- | autoscaling.targetCPUUtilizationPercentage | int | ` 80 ` | |
28- | fullnameOverride | string | ` "" ` | |
29- | image.digest | string | ` "sha256:da3b65f32ea75f8041079d220b72da4f605738996256a7dc32715424cc117271" ` | |
30- | image.pullPolicy | string | ` "Always" ` | |
31- | image.registry | string | ` "ghcr.io" ` | |
32- | image.repository | string | ` "hoverkraft-tech/ci-github-container/application-test" ` | |
33- | image.tag | string | ` "" ` | |
34- | imagePullSecrets | list | ` [] ` | |
35- | ingress.annotations | object | ` {} ` | |
36- | ingress.className | string | ` "" ` | |
37- | ingress.enabled | bool | ` false ` | |
38- | ingress.hosts[ 0] .host | string | ` "chart-example.local" ` | |
39- | ingress.hosts[ 0] .paths[ 0] .path | string | ` "/" ` | |
40- | ingress.hosts[ 0] .paths[ 0] .pathType | string | ` "ImplementationSpecific" ` | |
41- | ingress.tls | list | ` [] ` | |
42- | mysql.auth.database | string | ` "test" ` | |
43- | mysql.auth.password | string | ` "test" ` | |
44- | mysql.auth.rootPassword | string | ` "root" ` | |
45- | mysql.auth.username | string | ` "test" ` | |
46- | mysql.enabled | bool | ` false ` | |
47- | mysql.fullnameOverride | string | ` "mysql" ` | |
48- | nameOverride | string | ` "" ` | |
49- | nodeSelector | object | ` {} ` | |
50- | podAnnotations | object | ` {} ` | |
51- | podSecurityContext | object | ` {} ` | |
52- | replicaCount | int | ` 1 ` | |
53- | resources.limits.cpu | string | ` "100m" ` | |
54- | resources.limits.memory | string | ` "128Mi" ` | |
55- | resources.requests.cpu | string | ` "100m" ` | |
56- | resources.requests.memory | string | ` "128Mi" ` | |
57- | securityContext.allowPrivilegeEscalation | bool | ` false ` | |
58- | securityContext.capabilities.drop[ 0] | string | ` "ALL" ` | |
59- | securityContext.readOnlyRootFilesystem | bool | ` true ` | |
60- | securityContext.runAsNonRoot | bool | ` true ` | |
61- | securityContext.runAsUser | int | ` 10001 ` | |
62- | securityContext.seccompProfile.type | string | ` "RuntimeDefault" ` | |
63- | service.port | int | ` 8080 ` | |
64- | service.type | string | ` "ClusterIP" ` | |
65- | serviceAccount.annotations | object | ` {} ` | |
66- | serviceAccount.create | bool | ` true ` | |
67- | serviceAccount.name | string | ` "" ` | |
68- | tolerations | list | ` [] ` | |
15+ | Key | Type | Default | Description |
16+ | ------------------------------------------ | ------ | --------------------------------------------------------------------------- | ----------- |
17+ | affinity | object | ` {} ` | |
18+ | application.dbConnection | string | ` "mysql" ` | |
19+ | application.dbDatabase | string | ` "test" ` | |
20+ | application.dbHost | string | ` "mysql" ` | |
21+ | application.dbPassword | string | ` "test" ` | |
22+ | application.dbPort | int | ` 3306 ` | |
23+ | application.dbUsername | string | ` "test" ` | |
24+ | autoscaling.enabled | bool | ` false ` | |
25+ | autoscaling.maxReplicas | int | ` 100 ` | |
26+ | autoscaling.minReplicas | int | ` 1 ` | |
27+ | autoscaling.targetCPUUtilizationPercentage | int | ` 80 ` | |
28+ | fullnameOverride | string | ` "" ` | |
29+ | image.digest | string | ` "sha256:da3b65f32ea75f8041079d220b72da4f605738996256a7dc32715424cc117271" ` | |
30+ | image.pullPolicy | string | ` "Always" ` | |
31+ | image.registry | string | ` "ghcr.io" ` | |
32+ | image.repository | string | ` "hoverkraft-tech/ci-github-container/application-test" ` | |
33+ | image.tag | string | ` "" ` | |
34+ | imagePullSecrets | list | ` [] ` | |
35+ | ingress.annotations | object | ` {} ` | |
36+ | ingress.className | string | ` "" ` | |
37+ | ingress.enabled | bool | ` false ` | |
38+ | ingress.hosts[ 0] .host | string | ` "chart-example.local" ` | |
39+ | ingress.hosts[ 0] .paths[ 0] .path | string | ` "/" ` | |
40+ | ingress.hosts[ 0] .paths[ 0] .pathType | string | ` "ImplementationSpecific" ` | |
41+ | ingress.tls | list | ` [] ` | |
42+ | mysql.auth.database | string | ` "test" ` | |
43+ | mysql.auth.password | string | ` "test" ` | |
44+ | mysql.auth.rootPassword | string | ` "root" ` | |
45+ | mysql.auth.username | string | ` "test" ` | |
46+ | mysql.enabled | bool | ` false ` | |
47+ | mysql.fullnameOverride | string | ` "mysql" ` | |
48+ | nameOverride | string | ` "" ` | |
49+ | nodeSelector | object | ` {} ` | |
50+ | podAnnotations | object | ` {} ` | |
51+ | podSecurityContext | object | ` {} ` | |
52+ | replicaCount | int | ` 1 ` | |
53+ | resources.limits.cpu | string | ` "100m" ` | |
54+ | resources.limits.memory | string | ` "128Mi" ` | |
55+ | resources.requests.cpu | string | ` "100m" ` | |
56+ | resources.requests.memory | string | ` "128Mi" ` | |
57+ | securityContext.allowPrivilegeEscalation | bool | ` false ` | |
58+ | securityContext.capabilities.drop[ 0] | string | ` "ALL" ` | |
59+ | securityContext.readOnlyRootFilesystem | bool | ` true ` | |
60+ | securityContext.runAsNonRoot | bool | ` true ` | |
61+ | securityContext.runAsUser | int | ` 10001 ` | |
62+ | securityContext.seccompProfile.type | string | ` "RuntimeDefault" ` | |
63+ | service.port | int | ` 8080 ` | |
64+ | service.type | string | ` "ClusterIP" ` | |
65+ | serviceAccount.annotations | object | ` {} ` | |
66+ | serviceAccount.create | bool | ` true ` | |
67+ | serviceAccount.name | string | ` "" ` | |
68+ | tolerations | list | ` [] ` | |
0 commit comments