Files
poimen-workflows/k8s/temporal/kustomization.yaml
T

20 lines
431 B
YAML
Raw Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: temporal
resources:
- 00-namespace.yaml
- 01-postgres-statefulset.yaml
- 02-elasticsearch-statefulset.yaml
- 03-temporal-server-statefulset.yaml
- 04-temporal-ui-deployment.yaml
commonLabels:
app.kubernetes.io/name: temporal
app.kubernetes.io/part-of: poimen-agent
commonAnnotations:
phase: "1.1"
component: "temporal-infrastructure"