Stavros Kois 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 gadi atpakaļ
..
2304.0.1 797fa1291d fix `requests` resources (#1156) 2 gadi atpakaļ
docs 63326effb3 NAS-121481 / 23.10 / Set nvidia caps to void when no gpu is passed, also adds `render` group when a gpu is selected and other small fixes (#1124) 2 gadi atpakaļ
templates 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 gadi atpakaļ
Chart.yaml 3e75be5fa8 NAS-119343 / 23.10 / add tftpd-hpa (#1195) 2 gadi atpakaļ
README.md 929e60d801 NAS-121003 / 23.10 / Adapt charts CI and improve/fix common (#1011) 2 gadi atpakaļ
values.yaml dc5ae91a7f NAS-121263 / 23.10 / Common: Fix pre-upgrade postgresBackup job and adds a template for postgres-wait (#1071) 2 gadi atpakaļ

README.md

Common Library

Naming Scheme

  • ServiceAccount:
    • Primary: $FullName
    • Others: $FullName-$ServiceAccountName
  • RBAC:
    • Primary: $FullName
    • Others: $FullName-$RBACName
  • Service:
    • Primary: $FullName
    • Others: $FullName-$ServiceName
  • Pods:
    • Primary: $FullName
    • Others: $FullName-$PodName
  • Containers: $ContainerName
  • ConfigMap: $FullName-$ConfigMapName
  • Secret: $FullName-$SecretName
  • Scale Certificate: $FullName-$CertName
  • Scale External Interface: ix-$ReleaseName-$index

Full name -> $ReleaseName-$ChartName Any name that exceeds 63 characters, will throw an error