Stavros Kois da114013c1 NAS-121398 / 23.10 / Adds validation in few places (#1097) hace 2 años
..
2207.0.0 d39c5bbb9c Add common method for defining cpu/memory/gpu limitations hace 3 años
docs dc5ae91a7f NAS-121263 / 23.10 / Common: Fix pre-upgrade postgresBackup job and adds a template for postgres-wait (#1071) hace 2 años
templates da114013c1 NAS-121398 / 23.10 / Adds validation in few places (#1097) hace 2 años
Chart.yaml da114013c1 NAS-121398 / 23.10 / Adds validation in few places (#1097) hace 2 años
README.md 929e60d801 NAS-121003 / 23.10 / Adapt charts CI and improve/fix common (#1011) hace 2 años
values.yaml dc5ae91a7f NAS-121263 / 23.10 / Common: Fix pre-upgrade postgresBackup job and adds a template for postgres-wait (#1071) hace 2 años

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