Преглед на файлове

NAS-121589 / 23.10 / Adds a small `requests` in resources in common lib (#1147)

* Adds very small requests in resources

* bump/rename
Stavros Kois преди 2 години
родител
ревизия
c794558621
променени са 21 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 0 0
      library/common/2304.0.0/.helmignore
  2. 1 1
      library/common/2304.0.0/Chart.yaml
  3. 0 0
      library/common/2304.0.0/README.md
  4. 0 0
      library/common/2304.0.0/templates/_serviceaccount.tpl
  5. 0 0
      library/common/2304.0.0/templates/classes/_service.tpl
  6. 0 0
      library/common/2304.0.0/templates/classes/_service_ports.tpl
  7. 0 0
      library/common/2304.0.0/templates/lib/chart/_annotations.tpl
  8. 0 0
      library/common/2304.0.0/templates/lib/chart/_capabilities.tpl
  9. 0 0
      library/common/2304.0.0/templates/lib/chart/_labels.tpl
  10. 0 0
      library/common/2304.0.0/templates/lib/chart/_names.tpl
  11. 0 0
      library/common/2304.0.0/templates/lib/containers/_environment.tpl
  12. 0 0
      library/common/2304.0.0/templates/lib/containers/_image.tpl
  13. 0 0
      library/common/2304.0.0/templates/lib/containers/_port.tpl
  14. 0 0
      library/common/2304.0.0/templates/lib/deployments/_utils.tpl
  15. 0 0
      library/common/2304.0.0/templates/lib/networking/_dns.tpl
  16. 0 0
      library/common/2304.0.0/templates/lib/resources/_certs.tpl
  17. 3 0
      library/common/2304.0.0/templates/lib/resources/_limitations.tpl
  18. 0 0
      library/common/2304.0.0/templates/lib/schema/_utils.tpl
  19. 0 0
      library/common/2304.0.0/templates/lib/storage/_appStorage.tpl
  20. 0 0
      library/common/2304.0.0/templates/lib/storage/_hostpathValidation.tpl
  21. 0 0
      library/common/2304.0.0/templates/lib/storage/_ixvolumes.tpl

+ 0 - 0
library/common/2207.0.0/.helmignore → library/common/2304.0.0/.helmignore


+ 1 - 1
library/common/2207.0.0/Chart.yaml → library/common/2304.0.0/Chart.yaml

@@ -15,7 +15,7 @@ type: library
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 2207.0.0
+version: 2304.0.0
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to

+ 0 - 0
library/common/2207.0.0/README.md → library/common/2304.0.0/README.md


+ 0 - 0
library/common/2207.0.0/templates/_serviceaccount.tpl → library/common/2304.0.0/templates/_serviceaccount.tpl


+ 0 - 0
library/common/2207.0.0/templates/classes/_service.tpl → library/common/2304.0.0/templates/classes/_service.tpl


+ 0 - 0
library/common/2207.0.0/templates/classes/_service_ports.tpl → library/common/2304.0.0/templates/classes/_service_ports.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/chart/_annotations.tpl → library/common/2304.0.0/templates/lib/chart/_annotations.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/chart/_capabilities.tpl → library/common/2304.0.0/templates/lib/chart/_capabilities.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/chart/_labels.tpl → library/common/2304.0.0/templates/lib/chart/_labels.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/chart/_names.tpl → library/common/2304.0.0/templates/lib/chart/_names.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/containers/_environment.tpl → library/common/2304.0.0/templates/lib/containers/_environment.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/containers/_image.tpl → library/common/2304.0.0/templates/lib/containers/_image.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/containers/_port.tpl → library/common/2304.0.0/templates/lib/containers/_port.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/deployments/_utils.tpl → library/common/2304.0.0/templates/lib/deployments/_utils.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/networking/_dns.tpl → library/common/2304.0.0/templates/lib/networking/_dns.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/resources/_certs.tpl → library/common/2304.0.0/templates/lib/resources/_certs.tpl


+ 3 - 0
library/common/2207.0.0/templates/lib/resources/_limitations.tpl → library/common/2304.0.0/templates/lib/resources/_limitations.tpl

@@ -9,6 +9,9 @@ resources:
     cpu: {{ .Values.cpuLimit }}
     memory: {{ .Values.memLimit }}
 {{ end }}
+  requests:
+    cpu: 10m
+    memory: 50Mi
 {{ if .Values.gpuConfiguration }}
     {{ toYaml .Values.gpuConfiguration | nindent 4 }}
 {{ end }}

+ 0 - 0
library/common/2207.0.0/templates/lib/schema/_utils.tpl → library/common/2304.0.0/templates/lib/schema/_utils.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/storage/_appStorage.tpl → library/common/2304.0.0/templates/lib/storage/_appStorage.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/storage/_hostpathValidation.tpl → library/common/2304.0.0/templates/lib/storage/_hostpathValidation.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/storage/_ixvolumes.tpl → library/common/2304.0.0/templates/lib/storage/_ixvolumes.tpl