10 lines
199 B
YAML
10 lines
199 B
YAML
{{- if eq .Values.environment "prod" }}
|
|
apiVersion: temporal.io/v1alpha1
|
|
kind: Connection
|
|
metadata:
|
|
name: temporal
|
|
namespace: proteus
|
|
spec:
|
|
hostPort: temporal-frontend.temporal:7233
|
|
{{- end }}
|