matrix created 2024-09-14 22:46:52, version 3529603227

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: '{"apiVersion":"argoproj.io/v1alpha1","kind":"Application","metadata":{"annotations":{},"finalizers":["resources-finalizer.argocd.argoproj.io"],"labels":{"app":"matrix","app.kubernetes.io/instance":"cluster-apps-manager"},"name":"matrix","namespace":"argocd"},"spec":{"destination":{"name":"in-cluster","namespace":"matrix"},"project":"default","source":{"chart":"matrix-synapse","helm":{"values":"argoCD:
      true\nserverName: matrix.cedricfarinazzo.fr\npublicServerName: matrix.cedricfarinazzo.fr\nwellknown:\n  enabled:
      true\ningress:\n  enabled: true\n  hosts:\n    - matrix.cedricfarinazzo.fr\n  annotations:\n    kubernetes.io/ingress.class:
      public\n    cert-manager.io/cluster-issuer: default-issuer\n    kubernetes.io/tls-acme:
      \"true\"\n    nginx.ingress.kubernetes.io/use-regex: \"true\"\n    # Sync proxy-body-size
      with Synapse''s max_upload_size which is 10M by default\n    nginx.ingress.kubernetes.io/proxy-body-size:
      10m\n  tls:\n    - secretName: matrix-tls\n      hosts:\n        - matrix.cedricfarinazzo.fr\nextraConfig:\n  rc_message:\n    per_second:
      100\n    burst_count: 500\n  rc_registration:\n    per_second: 0.1\n    burst_count:
      1\n  rc_login:\n    address:\n      per_second: 1\n      burst_count: 3\n    account:\n      per_second:
      0.18\n      burst_count: 4\n    failed_attempts:\n      per_second: 0.19\n      burst_count:
      7\n  rc_admin_redaction:\n    per_second: 1\n    burst_count: 50\n  rc_joins:\n    local:\n      per_second:
      2\n      burst_count: 50\n    remote:\n      per_second: 0.01\n      burst_count:
      1\n  rc_joins_per_room:\n    per_second: 2\n    burst_count: 50\n  enable_authenticated_media:
      true\n  enable_media_repo: true"},"repoURL":"https://ananace.gitlab.io/charts","targetRevision":"3.9.11"},"syncPolicy":{"automated":{"prune":true},"syncOptions":["CreateNamespace=true"]}}}

      '
  creationTimestamp: '2024-09-14T22:46:52Z'
  finalizers:
  - resources-finalizer.argocd.argoproj.io
  generation: 191669
  labels:
    app: matrix
    app.kubernetes.io/instance: cluster-apps-manager
  managedFields:
  - apiVersion: argoproj.io/v1alpha1
    fieldsType: FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          .: {}
          f:kubectl.kubernetes.io/last-applied-configuration: {}
        f:finalizers:
          .: {}
          v:"resources-finalizer.argocd.argoproj.io": {}
        f:labels:
          .: {}
          f:app: {}
          f:app.kubernetes.io/instance: {}
      f:spec:
        .: {}
        f:destination:
          .: {}
          f:name: {}
          f:namespace: {}
        f:project: {}
        f:source:
          .: {}
          f:chart: {}
          f:helm:
            .: {}
            f:values: {}
          f:repoURL: {}
          f:targetRevision: {}
        f:syncPolicy:
          .: {}
          f:automated:
            .: {}
            f:prune: {}
          f:syncOptions: {}
    manager: argocd-controller
    operation: Update
    time: '2024-09-14T22:46:52Z'
  - apiVersion: argoproj.io/v1alpha1
    fieldsType: FieldsV1
    fieldsV1:
      f:status:
        .: {}
        f:health:
          .: {}
          f:status: {}
        f:history: {}
        f:operationState:
          .: {}
          f:finishedAt: {}
          f:message: {}
          f:operation:
            .: {}
            f:initiatedBy:
              .: {}
              f:automated: {}
            f:retry:
              .: {}
              f:limit: {}
            f:sync:
              .: {}
              f:prune: {}
              f:revision: {}
              f:syncOptions: {}
          f:phase: {}
          f:startedAt: {}
          f:syncResult:
            .: {}
            f:resources: {}
            f:revision: {}
            f:source:
              .: {}
              f:chart: {}
              f:helm:
                .: {}
                f:values: {}
              f:repoURL: {}
              f:targetRevision: {}
        f:reconciledAt: {}
        f:resources: {}
        f:sourceType: {}
        f:summary:
          .: {}
          f:externalURLs: {}
          f:images: {}
        f:sync:
          .: {}
          f:comparedTo:
            .: {}
            f:destination:
              .: {}
              f:name: {}
              f:namespace: {}
            f:source:
              .: {}
              f:chart: {}
              f:helm:
                .: {}
                f:values: {}
              f:repoURL: {}
              f:targetRevision: {}
          f:revision: {}
          f:status: {}
    manager: argocd-application-controller
    operation: Update
    time: '2025-10-19T10:17:24Z'
  name: matrix
  namespace: argocd
  resourceVersion: '3529603227'
  uid: c24720d6-06a7-423b-a965-9eed6fb0933d
spec:
  destination:
    name: in-cluster
    namespace: matrix
  project: default
  source:
    chart: matrix-synapse
    helm:
      values: "argoCD: true\nserverName: matrix.cedricfarinazzo.fr\npublicServerName:\
        \ matrix.cedricfarinazzo.fr\nwellknown:\n  enabled: true\ningress:\n  enabled:\
        \ true\n  hosts:\n    - matrix.cedricfarinazzo.fr\n  annotations:\n    kubernetes.io/ingress.class:\
        \ public\n    cert-manager.io/cluster-issuer: default-issuer\n    kubernetes.io/tls-acme:\
        \ \"true\"\n    nginx.ingress.kubernetes.io/use-regex: \"true\"\n    # Sync\
        \ proxy-body-size with Synapse's max_upload_size which is 10M by default\n\
        \    nginx.ingress.kubernetes.io/proxy-body-size: 10m\n  tls:\n    - secretName:\
        \ matrix-tls\n      hosts:\n        - matrix.cedricfarinazzo.fr\nextraConfig:\n\
        \  rc_message:\n    per_second: 100\n    burst_count: 500\n  rc_registration:\n\
        \    per_second: 0.1\n    burst_count: 1\n  rc_login:\n    address:\n    \
        \  per_second: 1\n      burst_count: 3\n    account:\n      per_second: 0.18\n\
        \      burst_count: 4\n    failed_attempts:\n      per_second: 0.19\n    \
        \  burst_count: 7\n  rc_admin_redaction:\n    per_second: 1\n    burst_count:\
        \ 50\n  rc_joins:\n    local:\n      per_second: 2\n      burst_count: 50\n\
        \    remote:\n      per_second: 0.01\n      burst_count: 1\n  rc_joins_per_room:\n\
        \    per_second: 2\n    burst_count: 50\n  enable_authenticated_media: true\n\
        \  enable_media_repo: true"
    repoURL: https://ananace.gitlab.io/charts
    targetRevision: 3.9.11
  syncPolicy:
    automated:
      prune: true
    syncOptions:
    - CreateNamespace=true
status:
  health:
    status: Missing
  history:
  - deployStartedAt: '2024-09-14T22:46:54Z'
    deployedAt: '2024-09-14T22:46:57Z'
    id: 0
    revision: 3.9.11
    source:
      chart: matrix-synapse
      helm:
        values: "argoCD: true\nserverName: matrix.cedricfarinazzo.fr\npublicServerName:\
          \ matrix.cedricfarinazzo.fr\nwellknown:\n  enabled: true\ningress:\n  enabled:\
          \ true\n  hosts:\n    - matrix.cedricfarinazzo.fr\n  annotations:\n    kubernetes.io/ingress.class:\
          \ public\n    cert-manager.io/cluster-issuer: default-issuer\n    kubernetes.io/tls-acme:\
          \ \"true\"\n    nginx.ingress.kubernetes.io/use-regex: \"true\"\n    # Sync\
          \ proxy-body-size with Synapse's max_upload_size which is 10M by default\n\
          \    nginx.ingress.kubernetes.io/proxy-body-size: 10m\n  tls:\n    - secretName:\
          \ matrix-tls\n      hosts:\n        - matrix.cedricfarinazzo.fr\n"
      repoURL: https://ananace.gitlab.io/charts
      targetRevision: 3.9.11
  - deployStartedAt: '2024-09-14T22:49:59Z'
    deployedAt: '2024-09-14T22:49:59Z'
    id: 1
    revision: 3.9.11
    source:
      chart: matrix-synapse
      helm:
        values: "argoCD: true\nserverName: matrix.cedricfarinazzo.fr\npublicServerName:\
          \ matrix.cedricfarinazzo.fr\nwellknown:\n  enabled: true\ningress:\n  enabled:\
          \ true\n  hosts:\n    - matrix.cedricfarinazzo.fr\n  annotations:\n    kubernetes.io/ingress.class:\
          \ public\n    cert-manager.io/cluster-issuer: default-issuer\n    kubernetes.io/tls-acme:\
          \ \"true\"\n    nginx.ingress.kubernetes.io/use-regex: \"true\"\n    # Sync\
          \ proxy-body-size with Synapse's max_upload_size which is 10M by default\n\
          \    nginx.ingress.kubernetes.io/proxy-body-size: 10m\n  tls:\n    - secretName:\
          \ matrix-tls\n      hosts:\n        - matrix.cedricfarinazzo.fr\n"
      repoURL: https://ananace.gitlab.io/charts
      targetRevision: 3.9.11
  - deployStartedAt: '2024-09-22T22:15:45Z'
    deployedAt: '2024-09-22T22:15:46Z'
    id: 2
    revision: 3.9.11
    source:
      chart: matrix-synapse
      helm:
        values: "argoCD: true\nserverName: matrix.cedricfarinazzo.fr\npublicServerName:\
          \ matrix.cedricfarinazzo.fr\nwellknown:\n  enabled: true\ningress:\n  enabled:\
          \ true\n  hosts:\n    - matrix.cedricfarinazzo.fr\n  annotations:\n    kubernetes.io/ingress.class:\
          \ public\n    cert-manager.io/cluster-issuer: default-issuer\n    kubernetes.io/tls-acme:\
          \ \"true\"\n    nginx.ingress.kubernetes.io/use-regex: \"true\"\n    # Sync\
          \ proxy-body-size with Synapse's max_upload_size which is 10M by default\n\
          \    nginx.ingress.kubernetes.io/proxy-body-size: 10m\n  tls:\n    - secretName:\
          \ matrix-tls\n      hosts:\n        - matrix.cedricfarinazzo.fr\n  extraConfig:\n\
          \    rc_message:\n      per_second: 5\n      burst_count: 500\n    rc_registration:\n\
          \      per_second: 0.1\n      burst_count: 1\n    rc_login:\n      address:\n\
          \        per_second: 1\n        burst_count: 3\n      account:\n       \
          \ per_second: 0.18\n        burst_count: 4\n      failed_attempts:\n   \
          \     per_second: 0.19\n        burst_count: 7\n    rc_admin_redaction:\n\
          \      per_second: 1\n      burst_count: 50\n    rc_joins:\n      local:\n\
          \        per_second: 2\n        burst_count: 50\n      remote:\n       \
          \ per_second: 0.01\n        burst_count: 1\n    rc_joins_per_room:\n   \
          \   per_second: 2\n      burst_count: 50\n    enable_authenticated_media:\
          \ true\n    enable_media_repo: true"
      repoURL: https://ananace.gitlab.io/charts
      targetRevision: 3.9.11
  - deployStartedAt: '2024-09-22T22:25:36Z'
    deployedAt: '2024-09-22T22:25:37Z'
    id: 3
    revision: 3.9.11
    source:
      chart: matrix-synapse
      helm:
        values: "argoCD: true\nserverName: matrix.cedricfarinazzo.fr\npublicServerName:\
          \ matrix.cedricfarinazzo.fr\nwellknown:\n  enabled: true\ningress:\n  enabled:\
          \ true\n  hosts:\n    - matrix.cedricfarinazzo.fr\n  annotations:\n    kubernetes.io/ingress.class:\
          \ public\n    cert-manager.io/cluster-issuer: default-issuer\n    kubernetes.io/tls-acme:\
          \ \"true\"\n    nginx.ingress.kubernetes.io/use-regex: \"true\"\n    # Sync\
          \ proxy-body-size with Synapse's max_upload_size which is 10M by default\n\
          \    nginx.ingress.kubernetes.io/proxy-body-size: 10m\n  tls:\n    - secretName:\
          \ matrix-tls\n      hosts:\n        - matrix.cedricfarinazzo.fr\n  extraConfig:\n\
          \    rc_message:\n      per_second: 100\n      burst_count: 500\n    rc_registration:\n\
          \      per_second: 0.1\n      burst_count: 1\n    rc_login:\n      address:\n\
          \        per_second: 1\n        burst_count: 3\n      account:\n       \
          \ per_second: 0.18\n        burst_count: 4\n      failed_attempts:\n   \
          \     per_second: 0.19\n        burst_count: 7\n    rc_admin_redaction:\n\
          \      per_second: 1\n      burst_count: 50\n    rc_joins:\n      local:\n\
          \        per_second: 2\n        burst_count: 50\n      remote:\n       \
          \ per_second: 0.01\n        burst_count: 1\n    rc_joins_per_room:\n   \
          \   per_second: 2\n      burst_count: 50\n    enable_authenticated_media:\
          \ true\n    enable_media_repo: true"
      repoURL: https://ananace.gitlab.io/charts
      targetRevision: 3.9.11
  - deployStartedAt: '2024-09-22T22:34:25Z'
    deployedAt: '2024-09-22T22:34:25Z'
    id: 4
    revision: 3.9.11
    source:
      chart: matrix-synapse
      helm:
        values: "argoCD: true\nserverName: matrix.cedricfarinazzo.fr\npublicServerName:\
          \ matrix.cedricfarinazzo.fr\nwellknown:\n  enabled: true\ningress:\n  enabled:\
          \ true\n  hosts:\n    - matrix.cedricfarinazzo.fr\n  annotations:\n    kubernetes.io/ingress.class:\
          \ public\n    cert-manager.io/cluster-issuer: default-issuer\n    kubernetes.io/tls-acme:\
          \ \"true\"\n    nginx.ingress.kubernetes.io/use-regex: \"true\"\n    # Sync\
          \ proxy-body-size with Synapse's max_upload_size which is 10M by default\n\
          \    nginx.ingress.kubernetes.io/proxy-body-size: 10m\n  tls:\n    - secretName:\
          \ matrix-tls\n      hosts:\n        - matrix.cedricfarinazzo.fr\nextraConfig:\n\
          \  rc_message:\n    per_second: 100\n    burst_count: 500\n  rc_registration:\n\
          \    per_second: 0.1\n    burst_count: 1\n  rc_login:\n    address:\n  \
          \    per_second: 1\n      burst_count: 3\n    account:\n      per_second:\
          \ 0.18\n      burst_count: 4\n    failed_attempts:\n      per_second: 0.19\n\
          \      burst_count: 7\n  rc_admin_redaction:\n    per_second: 1\n    burst_count:\
          \ 50\n  rc_joins:\n    local:\n      per_second: 2\n      burst_count: 50\n\
          \    remote:\n      per_second: 0.01\n      burst_count: 1\n  rc_joins_per_room:\n\
          \    per_second: 2\n    burst_count: 50\n  enable_authenticated_media: true\n\
          \  enable_media_repo: true"
      repoURL: https://ananace.gitlab.io/charts
      targetRevision: 3.9.11
  operationState:
    finishedAt: '2024-09-22T22:34:26Z'
    message: successfully synced (all tasks run)
    operation:
      initiatedBy:
        automated: true
      retry:
        limit: 5
      sync:
        prune: true
        revision: 3.9.11
        syncOptions:
        - CreateNamespace=true
    phase: Succeeded
    startedAt: '2024-09-22T22:34:25Z'
    syncResult:
      resources:
      - group: ''
        hookPhase: Running
        kind: ServiceAccount
        message: serviceaccount/matrix-redis unchanged
        name: matrix-redis
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: ServiceAccount
        message: serviceaccount/matrix-signingkey-job unchanged
        name: matrix-signingkey-job
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Secret
        message: secret/matrix-signingkey unchanged
        name: matrix-signingkey
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Secret
        message: secret/matrix-matrix-synapse configured
        name: matrix-matrix-synapse
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Secret
        message: secret/matrix-redis unchanged
        name: matrix-redis
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Secret
        message: secret/matrix-postgresql configured
        name: matrix-postgresql
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: ConfigMap
        message: configmap/matrix-redis-health unchanged
        name: matrix-redis-health
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: ConfigMap
        message: configmap/matrix-redis-scripts unchanged
        name: matrix-redis-scripts
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: ConfigMap
        message: configmap/matrix-matrix-synapse-scripts unchanged
        name: matrix-matrix-synapse-scripts
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: ConfigMap
        message: configmap/matrix-matrix-synapse configured
        name: matrix-matrix-synapse
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: ConfigMap
        message: configmap/matrix-redis-configuration unchanged
        name: matrix-redis-configuration
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: ConfigMap
        message: configmap/matrix-wellknown-lighttpd unchanged
        name: matrix-wellknown-lighttpd
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: PersistentVolumeClaim
        message: persistentvolumeclaim/matrix-matrix-synapse unchanged
        name: matrix-matrix-synapse
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: rbac.authorization.k8s.io
        hookPhase: Running
        kind: Role
        message: role.rbac.authorization.k8s.io/matrix-signingkey-job reconciled.
          role.rbac.authorization.k8s.io/matrix-signingkey-job unchanged
        name: matrix-signingkey-job
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: rbac.authorization.k8s.io
        hookPhase: Running
        kind: RoleBinding
        message: rolebinding.rbac.authorization.k8s.io/matrix-signingkey-job reconciled.
          rolebinding.rbac.authorization.k8s.io/matrix-signingkey-job unchanged
        name: matrix-signingkey-job
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Service
        message: service/matrix-matrix-synapse unchanged
        name: matrix-matrix-synapse
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Service
        message: service/matrix-redis-headless unchanged
        name: matrix-redis-headless
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Service
        message: service/matrix-postgresql-hl unchanged
        name: matrix-postgresql-hl
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Service
        message: service/matrix-postgresql configured
        name: matrix-postgresql
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Service
        message: service/matrix-redis-master configured
        name: matrix-redis-master
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Service
        message: service/matrix-replication unchanged
        name: matrix-replication
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: ''
        hookPhase: Running
        kind: Service
        message: service/matrix-wellknown-lighttpd unchanged
        name: matrix-wellknown-lighttpd
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: apps
        hookPhase: Running
        kind: Deployment
        message: deployment.apps/matrix-wellknown-lighttpd unchanged
        name: matrix-wellknown-lighttpd
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: apps
        hookPhase: Running
        kind: Deployment
        message: deployment.apps/matrix-matrix-synapse configured
        name: matrix-matrix-synapse
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: apps
        hookPhase: Running
        kind: Deployment
        message: deployment.apps/matrix-redis-master configured
        name: matrix-redis-master
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: apps
        hookPhase: Running
        kind: StatefulSet
        message: statefulset.apps/matrix-postgresql configured
        name: matrix-postgresql
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: batch
        hookPhase: Running
        kind: Job
        message: job.batch/matrix-signingkey-job created
        name: matrix-signingkey-job
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      - group: networking.k8s.io
        hookPhase: Running
        kind: Ingress
        message: ingress.networking.k8s.io/matrix-matrix-synapse unchanged
        name: matrix-matrix-synapse
        namespace: matrix
        status: Synced
        syncPhase: Sync
        version: v1
      revision: 3.9.11
      source:
        chart: matrix-synapse
        helm:
          values: "argoCD: true\nserverName: matrix.cedricfarinazzo.fr\npublicServerName:\
            \ matrix.cedricfarinazzo.fr\nwellknown:\n  enabled: true\ningress:\n \
            \ enabled: true\n  hosts:\n    - matrix.cedricfarinazzo.fr\n  annotations:\n\
            \    kubernetes.io/ingress.class: public\n    cert-manager.io/cluster-issuer:\
            \ default-issuer\n    kubernetes.io/tls-acme: \"true\"\n    nginx.ingress.kubernetes.io/use-regex:\
            \ \"true\"\n    # Sync proxy-body-size with Synapse's max_upload_size\
            \ which is 10M by default\n    nginx.ingress.kubernetes.io/proxy-body-size:\
            \ 10m\n  tls:\n    - secretName: matrix-tls\n      hosts:\n        - matrix.cedricfarinazzo.fr\n\
            extraConfig:\n  rc_message:\n    per_second: 100\n    burst_count: 500\n\
            \  rc_registration:\n    per_second: 0.1\n    burst_count: 1\n  rc_login:\n\
            \    address:\n      per_second: 1\n      burst_count: 3\n    account:\n\
            \      per_second: 0.18\n      burst_count: 4\n    failed_attempts:\n\
            \      per_second: 0.19\n      burst_count: 7\n  rc_admin_redaction:\n\
            \    per_second: 1\n    burst_count: 50\n  rc_joins:\n    local:\n   \
            \   per_second: 2\n      burst_count: 50\n    remote:\n      per_second:\
            \ 0.01\n      burst_count: 1\n  rc_joins_per_room:\n    per_second: 2\n\
            \    burst_count: 50\n  enable_authenticated_media: true\n  enable_media_repo:\
            \ true"
        repoURL: https://ananace.gitlab.io/charts
        targetRevision: 3.9.11
  reconciledAt: '2025-10-28T14:33:52Z'
  resources:
  - kind: ConfigMap
    name: matrix-matrix-synapse
    namespace: matrix
    status: Synced
    version: v1
  - kind: ConfigMap
    name: matrix-matrix-synapse-scripts
    namespace: matrix
    status: Synced
    version: v1
  - kind: ConfigMap
    name: matrix-redis-configuration
    namespace: matrix
    status: Synced
    version: v1
  - kind: ConfigMap
    name: matrix-redis-health
    namespace: matrix
    status: Synced
    version: v1
  - kind: ConfigMap
    name: matrix-redis-scripts
    namespace: matrix
    status: Synced
    version: v1
  - kind: ConfigMap
    name: matrix-wellknown-lighttpd
    namespace: matrix
    status: Synced
    version: v1
  - health:
      status: Healthy
    kind: PersistentVolumeClaim
    name: matrix-matrix-synapse
    namespace: matrix
    status: Synced
    version: v1
  - kind: Secret
    name: matrix-matrix-synapse
    namespace: matrix
    status: OutOfSync
    version: v1
  - kind: Secret
    name: matrix-postgresql
    namespace: matrix
    status: OutOfSync
    version: v1
  - kind: Secret
    name: matrix-redis
    namespace: matrix
    status: Synced
    version: v1
  - kind: Secret
    name: matrix-signingkey
    namespace: matrix
    status: Synced
    version: v1
  - health:
      status: Healthy
    kind: Service
    name: matrix-matrix-synapse
    namespace: matrix
    status: Synced
    version: v1
  - health:
      status: Healthy
    kind: Service
    name: matrix-postgresql
    namespace: matrix
    status: Synced
    version: v1
  - health:
      status: Healthy
    kind: Service
    name: matrix-postgresql-hl
    namespace: matrix
    status: Synced
    version: v1
  - health:
      status: Healthy
    kind: Service
    name: matrix-redis-headless
    namespace: matrix
    status: Synced
    version: v1
  - health:
      status: Healthy
    kind: Service
    name: matrix-redis-master
    namespace: matrix
    status: Synced
    version: v1
  - health:
      status: Healthy
    kind: Service
    name: matrix-replication
    namespace: matrix
    status: Synced
    version: v1
  - health:
      status: Healthy
    kind: Service
    name: matrix-wellknown-lighttpd
    namespace: matrix
    status: Synced
    version: v1
  - kind: ServiceAccount
    name: matrix-redis
    namespace: matrix
    status: Synced
    version: v1
  - kind: ServiceAccount
    name: matrix-signingkey-job
    namespace: matrix
    status: Synced
    version: v1
  - group: apps
    health:
      status: Healthy
    kind: Deployment
    name: matrix-matrix-synapse
    namespace: matrix
    status: OutOfSync
    version: v1
  - group: apps
    health:
      status: Healthy
    kind: Deployment
    name: matrix-redis-master
    namespace: matrix
    status: Synced
    version: v1
  - group: apps
    health:
      status: Healthy
    kind: Deployment
    name: matrix-wellknown-lighttpd
    namespace: matrix
    status: Synced
    version: v1
  - group: apps
    health:
      message: 'partitioned roll out complete: 1 new pods have been updated...'
      status: Healthy
    kind: StatefulSet
    name: matrix-postgresql
    namespace: matrix
    status: Synced
    version: v1
  - group: batch
    health:
      status: Missing
    kind: Job
    name: matrix-signingkey-job
    namespace: matrix
    status: OutOfSync
    version: v1
  - group: networking.k8s.io
    health:
      status: Healthy
    kind: Ingress
    name: matrix-matrix-synapse
    namespace: matrix
    status: Synced
    version: v1
  - group: rbac.authorization.k8s.io
    kind: Role
    name: matrix-signingkey-job
    namespace: matrix
    status: Synced
    version: v1
  - group: rbac.authorization.k8s.io
    kind: RoleBinding
    name: matrix-signingkey-job
    namespace: matrix
    status: Synced
    version: v1
  sourceType: Helm
  summary:
    externalURLs:
    - https://matrix.cedricfarinazzo.fr/.well-known/matrix
    - https://matrix.cedricfarinazzo.fr/_matrix
    - https://matrix.cedricfarinazzo.fr/_synapse
    images:
    - docker.io/bitnami/postgresql:15.4.0-debian-11-r45
    - docker.io/bitnami/redis:7.0.12-debian-11-r34
    - ghcr.io/rtsp/docker-lighttpd:latest
    - matrixdotorg/synapse:v1.114.0
  sync:
    comparedTo:
      destination:
        name: in-cluster
        namespace: matrix
      source:
        chart: matrix-synapse
        helm:
          values: "argoCD: true\nserverName: matrix.cedricfarinazzo.fr\npublicServerName:\
            \ matrix.cedricfarinazzo.fr\nwellknown:\n  enabled: true\ningress:\n \
            \ enabled: true\n  hosts:\n    - matrix.cedricfarinazzo.fr\n  annotations:\n\
            \    kubernetes.io/ingress.class: public\n    cert-manager.io/cluster-issuer:\
            \ default-issuer\n    kubernetes.io/tls-acme: \"true\"\n    nginx.ingress.kubernetes.io/use-regex:\
            \ \"true\"\n    # Sync proxy-body-size with Synapse's max_upload_size\
            \ which is 10M by default\n    nginx.ingress.kubernetes.io/proxy-body-size:\
            \ 10m\n  tls:\n    - secretName: matrix-tls\n      hosts:\n        - matrix.cedricfarinazzo.fr\n\
            extraConfig:\n  rc_message:\n    per_second: 100\n    burst_count: 500\n\
            \  rc_registration:\n    per_second: 0.1\n    burst_count: 1\n  rc_login:\n\
            \    address:\n      per_second: 1\n      burst_count: 3\n    account:\n\
            \      per_second: 0.18\n      burst_count: 4\n    failed_attempts:\n\
            \      per_second: 0.19\n      burst_count: 7\n  rc_admin_redaction:\n\
            \    per_second: 1\n    burst_count: 50\n  rc_joins:\n    local:\n   \
            \   per_second: 2\n      burst_count: 50\n    remote:\n      per_second:\
            \ 0.01\n      burst_count: 1\n  rc_joins_per_room:\n    per_second: 2\n\
            \    burst_count: 50\n  enable_authenticated_media: true\n  enable_media_repo:\
            \ true"
        repoURL: https://ananace.gitlab.io/charts
        targetRevision: 3.9.11
    revision: 3.9.11
    status: OutOfSync