Files
chart/library/common
Stavros Kois e2829640e8 jellyfin - migrate storage section (#1811)
* use pvc in ci

* jellyfin - migrate storage section

* bump and ci migration

* emptydir mig ci

* make emptyDir size int

* regen common

* cleanup

* not an f string

* update label
2023-12-03 16:01:26 +02:00
..
2023-04-24 13:34:57 +03:00

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