fix(poseidon): Remove old actor config and unused kueue
This commit is contained in:
@@ -3,8 +3,6 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: beta-atlantis-actor-config
|
||||
data:
|
||||
KUEUE_NAMESPACE: "prod-queue"
|
||||
XTRACT_IMAGE: "git.oceanbox.io/oceanbox/katamari/excavator:v1.5.3"
|
||||
XTRACT_QUEUE: "prod-queue"
|
||||
PLUME_IMAGE: "git.oceanbox.io/oceanbox/katamari/plume:v1.5.3"
|
||||
PLUME_QUEUE: "prod-queue"
|
||||
TEMPORAL_ADDRESS: "temporal-grpc.ekman.oceanbox.io:443"
|
||||
TEMPORAL_TLS: "true"
|
||||
TEMPORAL_NAMESPACE: "beta-atlantis"
|
||||
|
||||
@@ -22,9 +22,4 @@
|
||||
value:
|
||||
secretRef:
|
||||
name: beta-sorcerer-env
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/envFrom/-
|
||||
value:
|
||||
configMapRef:
|
||||
name: beta-sorcerer-kueue-config
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: beta-sorcerer-kueue-config
|
||||
data:
|
||||
KUEUE_NAMESPACE: "prod-queue"
|
||||
KUEUE_ARCHIVE_PVC: "prod-queue-ceph-archives"
|
||||
@@ -19,7 +19,6 @@ resources:
|
||||
- configurations.yaml
|
||||
- keyvault.yaml
|
||||
- rbac.yaml
|
||||
- kueue-config.yaml
|
||||
- secretstore.yaml
|
||||
- statestore.yaml
|
||||
- tracing.yaml
|
||||
@@ -8,7 +8,6 @@ rules:
|
||||
- ""
|
||||
resourceNames:
|
||||
- beta-sorcerer-appsettings
|
||||
- beta-sorcerer-kueue-config
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
@@ -24,24 +23,6 @@ rules:
|
||||
verbs:
|
||||
- get
|
||||
- watch
|
||||
- apiGroups:
|
||||
- jobset.x-k8s.io
|
||||
resources:
|
||||
- jobsets
|
||||
verbs:
|
||||
- create
|
||||
- delete
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods
|
||||
- pods/log
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
|
||||
Reference in New Issue
Block a user