temporal: Initial Temporal Setup

This commit is contained in:
2026-06-18 13:49:22 +02:00
parent 5d90b5e66d
commit 9304ec63e2
15 changed files with 406 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
bases:
- ../envs/environments.yaml.gotmpl
repositories:
- name: temporal
url: https://go.temporal.io/helm-charts
commonLabels:
tier: system
releases:
- name: temporal
namespace: temporal
chart: temporal/temporal
version: 1.2.0
condition: temporal.enabled
missingFileHandler: Info
values:
- ../values/temporal/values/temporal.yaml
- name: manifests
namespace: temporal
chart: manifests
condition: temporal.enabled
missingFileHandler: Info
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/temporal/env.yaml.gotmpl
- ../values/temporal/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks:
- events: [ prepare, cleanup ]
showlogs: true
command: ../bin/helmify
args:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}'
- ../values/temporal/manifests
- manifests