Compare commits
2 Commits
5128741c53
...
e1bba18b52
| Author | SHA1 | Date | |
|---|---|---|---|
| e1bba18b52 | |||
| 52882f1bb5 |
@ -349,6 +349,8 @@ spec:
|
|||||||
value: "11 */6 * * *"
|
value: "11 */6 * * *"
|
||||||
- name: ARIADNE_SCHEDULE_PLATFORM_QUALITY_SUITE_PROBE
|
- name: ARIADNE_SCHEDULE_PLATFORM_QUALITY_SUITE_PROBE
|
||||||
value: "*/15 * * * *"
|
value: "*/15 * * * *"
|
||||||
|
- name: ARIADNE_SCHEDULE_JENKINS_WORKSPACE_CLEANUP
|
||||||
|
value: "45 */6 * * *"
|
||||||
- name: JENKINS_WORKSPACE_NAMESPACE
|
- name: JENKINS_WORKSPACE_NAMESPACE
|
||||||
value: jenkins
|
value: jenkins
|
||||||
- name: JENKINS_WORKSPACE_PVC_PREFIX
|
- name: JENKINS_WORKSPACE_PVC_PREFIX
|
||||||
|
|||||||
29
services/maintenance/soteria-rbac.yaml
Normal file
29
services/maintenance/soteria-rbac.yaml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# services/maintenance/soteria-rbac.yaml
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: ClusterRole
|
||||||
|
metadata:
|
||||||
|
name: soteria
|
||||||
|
rules:
|
||||||
|
- apiGroups: [""]
|
||||||
|
resources: ["persistentvolumeclaims", "persistentvolumes"]
|
||||||
|
verbs: ["get", "list"]
|
||||||
|
- apiGroups: [""]
|
||||||
|
resources: ["secrets"]
|
||||||
|
verbs: ["get", "list", "create", "update", "delete"]
|
||||||
|
- apiGroups: ["batch"]
|
||||||
|
resources: ["jobs"]
|
||||||
|
verbs: ["get", "list", "create", "delete"]
|
||||||
|
---
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: ClusterRoleBinding
|
||||||
|
metadata:
|
||||||
|
name: soteria
|
||||||
|
roleRef:
|
||||||
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
kind: ClusterRole
|
||||||
|
name: soteria
|
||||||
|
subjects:
|
||||||
|
- kind: ServiceAccount
|
||||||
|
name: soteria
|
||||||
|
namespace: maintenance
|
||||||
|
|
||||||
9
services/maintenance/soteria-serviceaccount.yaml
Normal file
9
services/maintenance/soteria-serviceaccount.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# services/maintenance/soteria-serviceaccount.yaml
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ServiceAccount
|
||||||
|
metadata:
|
||||||
|
name: soteria
|
||||||
|
namespace: maintenance
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: harbor-regcred
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user