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
|
apiVersion: temporal.io/v1alpha1
|
||||||
kind: Connection
|
kind: Connection
|
||||||
metadata:
|
metadata:
|
||||||
@@ -5,3 +6,4 @@ metadata:
|
|||||||
namespace: proteus
|
namespace: proteus
|
||||||
spec:
|
spec:
|
||||||
hostPort: temporal-frontend.temporal:7233
|
hostPort: temporal-frontend.temporal:7233
|
||||||
|
{{- end }}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
{{- if eq .Values.environment "prod" }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolume
|
kind: PersistentVolume
|
||||||
metadata:
|
metadata:
|
||||||
@@ -35,3 +36,4 @@ spec:
|
|||||||
storageClassName: ""
|
storageClassName: ""
|
||||||
volumeMode: Filesystem
|
volumeMode: Filesystem
|
||||||
volumeName: pv-proteus-ceph-archives
|
volumeName: pv-proteus-ceph-archives
|
||||||
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user