hex.k8s.svc.gitlab-ci-pipelines-exporter ​
- Source: module
- Total args: 20
- default image_tag:
"v0.5.10"
Copy Spec Skeleton ​
nix
(hex.k8s.svc.gitlab-ci-pipelines-exporter {
})Required Args ​
| Arg | Notes |
|---|
Optional Args ​
| Arg | Default | Notes |
|---|---|---|
name | "gitlab-ci-pipelines-exporter" | - |
namespace | "default" | - |
image_registry | "ghcr.io" | - |
image_base | "mvisonneau/gitlab-ci-pipelines-exporter" | - |
image_tag | "v0.5.10" | or latest? |
image | "${image_registry}/${image_base}:${image_tag}" | - |
replicas | 1 | - |
cpuRequest | "0.2" | - |
cpuLimit | "1" | - |
memoryRequest | "1Gi" | - |
memoryLimit | "4Gi" | - |
autoscale | false | - |
extraEnv | [ ] | - |
port | 8080 | - |
labels | { inherit name; upstream = "gitlab-ci"; tier = "exporter"; } | - |
extraService | { } | escape hatch to inject other service spec |
secret | "" | - |
gcpe-cfg | "" | - |
configSecret | if gcpe-cfg != "" then "gcpe-cfg-${name}" else "" | - |
extraDeploymentAnnotations | { } | - |