Stavros Kois 3a6e29ae9e NAS-120452 / 23.10 / Add MinIO Enterprise (#1002) há 2 anos atrás
..
2207.0.0 d39c5bbb9c Add common method for defining cpu/memory/gpu limitations há 3 anos atrás
docs dc5ae91a7f NAS-121263 / 23.10 / Common: Fix pre-upgrade postgresBackup job and adds a template for postgres-wait (#1071) há 2 anos atrás
templates 3a6e29ae9e NAS-120452 / 23.10 / Add MinIO Enterprise (#1002) há 2 anos atrás
Chart.yaml 3a6e29ae9e NAS-120452 / 23.10 / Add MinIO Enterprise (#1002) há 2 anos atrás
README.md 929e60d801 NAS-121003 / 23.10 / Adapt charts CI and improve/fix common (#1011) há 2 anos atrás
values.yaml dc5ae91a7f NAS-121263 / 23.10 / Common: Fix pre-upgrade postgresBackup job and adds a template for postgres-wait (#1071) há 2 anos atrás

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