fix(proteus): Render connection and pvc once
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{{- if eq .Values.environment "prod" }}
|
||||
apiVersion: temporal.io/v1alpha1
|
||||
kind: Connection
|
||||
metadata:
|
||||
@@ -5,3 +6,4 @@ metadata:
|
||||
namespace: proteus
|
||||
spec:
|
||||
hostPort: temporal-frontend.temporal:7233
|
||||
{{- end }}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{{- if eq .Values.environment "prod" }}
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
@@ -35,3 +36,4 @@ spec:
|
||||
storageClassName: ""
|
||||
volumeMode: Filesystem
|
||||
volumeName: pv-proteus-ceph-archives
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user