From 3c17ed2d6e1394235bcd22cde23fc749089da1af Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Tue, 17 Sep 2024 11:31:26 +0200 Subject: [PATCH] fix(nubus): Remove values related to stack-data-swp --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 20 ------------------- .../values-opendesk-customization.yaml.gotmpl | 6 ------ .../nubus/values-opendesk-images.yaml.gotmpl | 6 ------ helmfile/environments/default/resources.yaml | 7 ------- 4 files changed, 39 deletions(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index be71fd73..e0a56275 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -421,26 +421,6 @@ nubusStackDataUms: auth: username: "" -# TODO: Remove values when upstreaming fixes -nubusStackDataSwp: - additionalAnnotations: - argocd.argoproj.io/hook: "Sync" - argocd.argoproj.io/hook-delete-policy: "HookSucceeded" - stackDataSwp: - systemInformation: - {{- if .Values.functional.admin.portal.deploymentInformation.enabled }} - deployDate: "Deployed: {{ now | date "2006-01-02T15:04:05-0700" }}" - {{- end }} - releaseVersion: "Release: {{ .Values.global.systemInformation.releaseVersion }}" - stackDataContext: - externalMailDomain: {{ .Values.global.mailDomain | default .Values.global.domain }} - smtpHost: {{ printf "%s.%s.svc.%s" "postfix" (.Values.postfix.namespace | default .Release.Namespace) .Values.cluster.networking.domain | quote }} - smtpPort: 25 - smtpUser: "" - smtpStartTls: false - ldapBase: {{ .Values.ldap.baseDn }} - oxDefaultContext: "1" - nubusUmcServer: postgresql: bundled: false diff --git a/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl b/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl index 1914d7d1..423d696b 100644 --- a/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl +++ b/helmfile/apps/nubus/values-opendesk-customization.yaml.gotmpl @@ -166,12 +166,6 @@ nubusStackDataUms: resources: {{ .Values.resources.umsStackDataUms | toYaml | nindent 4 }} -nubusStackDataSwp: - additionalAnnotations: - intents.otterize.com/service-name: "ums-stack-data-swp" - resources: - {{ .Values.resources.umsStackDataSwp | toYaml | nindent 4 }} - nubusSelfServiceConsumer: podAnnotations: intents.otterize.com/service-name: "ums-selfservice-listener" diff --git a/helmfile/apps/nubus/values-opendesk-images.yaml.gotmpl b/helmfile/apps/nubus/values-opendesk-images.yaml.gotmpl index 1f3515bc..92e73d46 100644 --- a/helmfile/apps/nubus/values-opendesk-images.yaml.gotmpl +++ b/helmfile/apps/nubus/values-opendesk-images.yaml.gotmpl @@ -212,9 +212,3 @@ nubusStackDataUms: registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.nubusDataLoader.registry | quote }} repository: {{ .Values.images.nubusDataLoader.repository }} tag: {{ .Values.images.nubusDataLoader.tag }} - -nubusStackDataSwp: - image: - registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.nubusDataLoader.registry | quote }} - repository: {{ .Values.images.nubusDataLoader.repository }} - tag: {{ .Values.images.nubusDataLoader.tag }} diff --git a/helmfile/environments/default/resources.yaml b/helmfile/environments/default/resources.yaml index 0e572b08..6b9f8a68 100644 --- a/helmfile/environments/default/resources.yaml +++ b/helmfile/environments/default/resources.yaml @@ -562,13 +562,6 @@ resources: requests: cpu: 0.1 memory: "256Mi" - umsStackDataSwp: - limits: - cpu: 99 - memory: "1Gi" - requests: - cpu: 0.1 - memory: "256Mi" umsStackGateway: limits: cpu: 99