fix(temporal): Correct sync wave
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Cluster
|
|||||||
metadata:
|
metadata:
|
||||||
name: temporal-db
|
name: temporal-db
|
||||||
namespace: temporal
|
namespace: temporal
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-2"
|
||||||
spec:
|
spec:
|
||||||
instances: 2
|
instances: 2
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:18.1-system-trixie
|
imageName: ghcr.io/cloudnative-pg/postgresql:18.1-system-trixie
|
||||||
@@ -19,6 +21,8 @@ kind: Database
|
|||||||
metadata:
|
metadata:
|
||||||
name: temporal-visibility
|
name: temporal-visibility
|
||||||
namespace: temporal
|
namespace: temporal
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-2"
|
||||||
spec:
|
spec:
|
||||||
name: temporal_visibility
|
name: temporal_visibility
|
||||||
owner: temporal
|
owner: temporal
|
||||||
|
|||||||
@@ -43,3 +43,9 @@ server:
|
|||||||
|
|
||||||
web:
|
web:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
# Ordering is via sync-waves: CNPG (-2) -> schema (-1) -> server (0).
|
||||||
|
schema:
|
||||||
|
useHelmHooks: false
|
||||||
|
jobAnnotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-1"
|
||||||
|
|||||||
Reference in New Issue
Block a user