hex.k8s.svc.pypi ​
- Source: module
- Total args: 27
- default image_tag:
"2024-11-01"
Copy Spec Skeleton ​
nix
(hex.k8s.svc.pypi {
s3Bucket = "my-bucket";
})Required Args ​
| Arg | Notes |
|---|---|
s3Bucket | - |
Optional Args ​
| Arg | Default | Notes |
|---|---|---|
s3Prefix | "pypi/" | - |
s3Region | "us-east-2" | - |
htpasswdEnabled | true | - |
htpasswdEnvVar | "$HTPASSWD" | - |
name | "pypi" | - |
namespace | "default" | - |
image_registry | "ghcr.io/jpetrucciani" | - |
image_base | "pypi" | - |
image_tag | "2024-11-01" | - |
image | "${image_registry}/${image_base}:${image_tag}" | - |
replicas | 2 | - |
cpuRequest | "0.2" | - |
cpuLimit | "1" | - |
memoryRequest | "1Gi" | - |
memoryLimit | "4Gi" | - |
autoscale | false | - |
extraEnv | [ ] | - |
extraEnvAttrs | { } | - |
port | 10000 | - |
secretName | "pypi-secret" | - |
readinessProbe | null | - |
maxUnavailable | 0 | - |
maxSurge | "50%" | - |
labels | { inherit name; tier = "infra"; } | - |
extraService | { } | escape hatch to inject other service spec |
extraDeploymentAnnotations | { } | - |