Compare commits
2 Commits
5b98337ea7
...
4864939eef
| Author | SHA1 | Date | |
|---|---|---|---|
| 4864939eef | |||
| 01ecb75c5b |
@ -14,7 +14,7 @@ if [[ "$MODE" == "active" ]]; then
|
|||||||
PROM_MODE="delete"
|
PROM_MODE="delete"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
KUSTOMIZATION="${KUSTOMIZATION:-services-maintenance}"
|
KUSTOMIZATION="${KUSTOMIZATION:-maintenance}"
|
||||||
NAMESPACE="${NAMESPACE:-maintenance}"
|
NAMESPACE="${NAMESPACE:-maintenance}"
|
||||||
DEPLOYMENT="${DEPLOYMENT:-ariadne}"
|
DEPLOYMENT="${DEPLOYMENT:-ariadne}"
|
||||||
LOCAL_METRICS_PORT="${LOCAL_METRICS_PORT:-18080}"
|
LOCAL_METRICS_PORT="${LOCAL_METRICS_PORT:-18080}"
|
||||||
|
|||||||
@ -354,7 +354,7 @@ spec:
|
|||||||
- name: JENKINS_WORKSPACE_CLEANUP_MIN_AGE_HOURS
|
- name: JENKINS_WORKSPACE_CLEANUP_MIN_AGE_HOURS
|
||||||
value: "24"
|
value: "24"
|
||||||
- name: JENKINS_WORKSPACE_CLEANUP_DRY_RUN
|
- name: JENKINS_WORKSPACE_CLEANUP_DRY_RUN
|
||||||
value: "true"
|
value: "false"
|
||||||
- name: JENKINS_WORKSPACE_CLEANUP_MAX_DELETIONS_PER_RUN
|
- name: JENKINS_WORKSPACE_CLEANUP_MAX_DELETIONS_PER_RUN
|
||||||
value: "20"
|
value: "20"
|
||||||
- name: METRICS_PATH
|
- name: METRICS_PATH
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user