proteus/sorcerer: Clean up unused env's
This commit is contained in:
@@ -15,6 +15,7 @@ releases:
|
|||||||
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
|
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
|
||||||
- ../values/proteus/env.yaml.gotmpl
|
- ../values/proteus/env.yaml.gotmpl
|
||||||
- ../values/proteus/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
|
- ../values/proteus/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
|
||||||
|
- ../values/proteus/values/values-staging.yaml
|
||||||
hooks:
|
hooks:
|
||||||
- events: [ prepare, cleanup ]
|
- events: [ prepare, cleanup ]
|
||||||
showlogs: true
|
showlogs: true
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ spec:
|
|||||||
claimName: proteus-ceph-archives
|
claimName: proteus-ceph-archives
|
||||||
containers:
|
containers:
|
||||||
- name: proteus
|
- name: proteus
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.stagingImage.repository }}:{{ .Values.stagingImage.tag }}"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
@@ -142,10 +142,6 @@ spec:
|
|||||||
value: plume,xtract
|
value: plume,xtract
|
||||||
- name: TEMPORAL_NAMESPACE
|
- name: TEMPORAL_NAMESPACE
|
||||||
value: staging-atlantis
|
value: staging-atlantis
|
||||||
- name: APP_ENV
|
|
||||||
value: staging
|
|
||||||
- name: ARCHIVE_PVC
|
|
||||||
value: dev-queue-ceph-archives
|
|
||||||
- name: MAX_CONCURRENT_ACTIVITIES
|
- name: MAX_CONCURRENT_ACTIVITIES
|
||||||
value: "2"
|
value: "2"
|
||||||
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
stagingImage:
|
||||||
|
repository: git.oceanbox.io/oceanbox/poseidon/proteus
|
||||||
|
tag: v2.17.0
|
||||||
@@ -22,9 +22,4 @@
|
|||||||
value:
|
value:
|
||||||
secretRef:
|
secretRef:
|
||||||
name: staging-sorcerer-env
|
name: staging-sorcerer-env
|
||||||
- op: add
|
|
||||||
path: /spec/template/spec/containers/0/envFrom/-
|
|
||||||
value:
|
|
||||||
configMapRef:
|
|
||||||
name: staging-sorcerer-kueue-config
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: staging-sorcerer-kueue-config
|
|
||||||
data:
|
|
||||||
KUEUE_NAMESPACE: "dev-queue"
|
|
||||||
KUEUE_ARCHIVE_PVC: "dev-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:
|
||||||
- staging-sorcerer-appsettings
|
- staging-sorcerer-appsettings
|
||||||
- staging-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