Skip to content

Commit

Permalink
temporal
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchross committed Feb 8, 2025
1 parent 96a6df1 commit 1316f8c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/development/temporal/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: temporal
resources:
- namespace.yaml
helmCharts:
- name: temporal
repo: https://go.temporal.io/helm-charts
version: 0.20.2
includeCRDs: true
valuesFile: values.yaml
4 changes: 4 additions & 0 deletions apps/development/temporal/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: temporal
15 changes: 15 additions & 0 deletions apps/development/temporal/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
server:
replicaCount: 1

cassandra:
config:
cluster_size: 1

elasticsearch:
replicas: 1

prometheus:
enabled: false

grafana:
enabled: false

0 comments on commit 1316f8c

Please sign in to comment.