20 lines
431 B
YAML
20 lines
431 B
YAML
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"
|