deployment #3

Merged
jonas merged 6 commits from deployment into main 2024-10-22 12:30:57 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit dd11ed2197 - Show all commits

View File

@ -45,7 +45,7 @@ The following table lists the configurable parameters of the Lib chart and their
| `autoscaling.targetCPUUtilizationPercentage` | | `80` | | `autoscaling.targetCPUUtilizationPercentage` | | `80` |
| `secrets` | Secrets that needs to be created | `{}` | | `secrets` | Secrets that needs to be created | `{}` |
| `configs` | ConfigMaps that needs to be created | `{}` | | `configs` | ConfigMaps that needs to be created | `{}` |
| `env.TZ` | | `"Europe/Stockholm"` | | `env` | environment variables the controller should have | `[{"name": "TZ", "value": "Europe/Stockholm"}]` |
| `volumes` | | `[]` | | `volumes` | | `[]` |
| `volumeMounts` | | `[]` | | `volumeMounts` | | `[]` |
| `volumeClaimTemplates` | used for statefulset https://kubernetes.io/docs/concepts/workloads/controllers/statefulset | `[]` | | `volumeClaimTemplates` | used for statefulset https://kubernetes.io/docs/concepts/workloads/controllers/statefulset | `[]` |

View File

@ -99,7 +99,8 @@ configs: {} # ConfigMaps that needs to be created
# KEY: VALUE # KEY: VALUE
env: # environment variables the controller should have env: # environment variables the controller should have
TZ: Europe/Stockholm - name: TZ
value: Europe/Stockholm
# Additional volumes on the output Deployment definition. # Additional volumes on the output Deployment definition.
volumes: [] volumes: []
# - name: foo # - name: foo