fix(poseidon): Remove old actor config and unused kueue
This commit is contained in:
@@ -3,8 +3,6 @@ kind: ConfigMap
|
|||||||
metadata:
|
metadata:
|
||||||
name: beta-atlantis-actor-config
|
name: beta-atlantis-actor-config
|
||||||
data:
|
data:
|
||||||
KUEUE_NAMESPACE: "prod-queue"
|
TEMPORAL_ADDRESS: "temporal-grpc.ekman.oceanbox.io:443"
|
||||||
XTRACT_IMAGE: "git.oceanbox.io/oceanbox/katamari/excavator:v1.5.3"
|
TEMPORAL_TLS: "true"
|
||||||
XTRACT_QUEUE: "prod-queue"
|
TEMPORAL_NAMESPACE: "beta-atlantis"
|
||||||
PLUME_IMAGE: "git.oceanbox.io/oceanbox/katamari/plume:v1.5.3"
|
|
||||||
PLUME_QUEUE: "prod-queue"
|
|
||||||
|
|||||||
@@ -22,9 +22,4 @@
|
|||||||
value:
|
value:
|
||||||
secretRef:
|
secretRef:
|
||||||
name: beta-sorcerer-env
|
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
|
- configurations.yaml
|
||||||
- keyvault.yaml
|
- keyvault.yaml
|
||||||
- rbac.yaml
|
- rbac.yaml
|
||||||
- kueue-config.yaml
|
|
||||||
- secretstore.yaml
|
- secretstore.yaml
|
||||||
- statestore.yaml
|
- statestore.yaml
|
||||||
- tracing.yaml
|
- tracing.yaml
|
||||||
@@ -8,7 +8,6 @@ rules:
|
|||||||
- ""
|
- ""
|
||||||
resourceNames:
|
resourceNames:
|
||||||
- beta-sorcerer-appsettings
|
- beta-sorcerer-appsettings
|
||||||
- beta-sorcerer-kueue-config
|
|
||||||
resources:
|
resources:
|
||||||
- configmaps
|
- configmaps
|
||||||
verbs:
|
verbs:
|
||||||
@@ -24,24 +23,6 @@ rules:
|
|||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- watch
|
- 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
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
|
|||||||
Reference in New Issue
Block a user