Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cyber-stack/base/java-coordinator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ spec:
- name: TIDB_ENABLED
value: "true"
- name: TIDB_SCHEMA_MANIFEST_SHA256
value: "9b3a4105fe026991a5f66f0a6748bd565e67a0c2c76b52cd5d6b05bd279d4f41"
value: "747ff8b2b8e3a0dc6ee1a1a51ed906eaca595b9916d5e466b1893b15649bdad1"
- name: TIDB_HOST
value: "ssl-proxy-tidb.$(POD_NAMESPACE).svc.cluster.local"
- name: TIDB_PORT
Expand Down
1 change: 1 addition & 0 deletions cyber-stack/matrix/dev/app-stack/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ patches:
- path: ../patches/identity-hostname.yaml
- path: ../patches/proxy-replicas.yaml
- path: ../patches/octopus-environment.yaml
- path: ../patches/keycloak-recovery.yaml
configurations:
- ../../../base/schema-migrator/kustomizeconfig.yaml
vars:
Expand Down
1 change: 1 addition & 0 deletions cyber-stack/matrix/dev/data-plane/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ images:
patches:
- path: ../patches/tidb-replicas.yaml
- path: ../patches/alloy-positions.yaml
- path: ../patches/jaeger-storage.yaml
- target:
kind: ConfigMap
name: ssl-proxy-tidb-config
Expand Down
12 changes: 12 additions & 0 deletions cyber-stack/matrix/dev/patches/jaeger-storage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ssl-proxy-telemetry-jaeger
namespace: ssl-proxy
spec:
template:
spec:
volumes:
- name: data
persistentVolumeClaim: null
emptyDir: {}
10 changes: 10 additions & 0 deletions cyber-stack/matrix/dev/patches/keycloak-recovery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ssl-proxy-schema-migrator-keycloak
namespace: ssl-proxy
spec:
template:
metadata:
annotations:
ssl-proxy.io/recovery-generation: "2026-08-08-1"
2 changes: 1 addition & 1 deletion helm/ssl-proxy/charts/java-coordinator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ metrics:
heartbeatLogIntervalMs: 15000
tidb:
enabled: true
schemaManifestSHA256: "9b3a4105fe026991a5f66f0a6748bd565e67a0c2c76b52cd5d6b05bd279d4f41"
schemaManifestSHA256: "747ff8b2b8e3a0dc6ee1a1a51ed906eaca595b9916d5e466b1893b15649bdad1"
poolSize: 20
healthcheckReserve: 2
connectionTimeoutMs: 5000
Expand Down
Loading