fix(proteus): Render connection and pvc once

This commit is contained in:
2026-08-10 10:44:51 +02:00
parent 69e567019a
commit 893e4dcdcd
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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 }}
+2
View File
@@ -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 }}