From f38ff0b04069a2857a3109f0ed2e2f7202e64c40 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Tue, 30 Sep 2025 00:24:40 +0200 Subject: [PATCH] Additional Kroki services added --- argocd/diagrammer.yaml | 48 ------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/argocd/diagrammer.yaml b/argocd/diagrammer.yaml index d69c91a..6c6678f 100644 --- a/argocd/diagrammer.yaml +++ b/argocd/diagrammer.yaml @@ -38,62 +38,14 @@ spec: image: docker.io/yuzutech/kroki-mermaid:latest ports: - containerPort: 8002 - readinessProbe: - httpGet: - path: / - port: 8002 - initialDelaySeconds: 5 - periodSeconds: 10 - timeoutSeconds: 2 - failureThreshold: 6 - livenessProbe: - httpGet: - path: / - port: 8002 - initialDelaySeconds: 20 - periodSeconds: 20 - timeoutSeconds: 2 - failureThreshold: 3 - name: bpmn image: docker.io/yuzutech/kroki-bpmn:latest ports: - containerPort: 8003 - readinessProbe: - httpGet: - path: / - port: 8003 - initialDelaySeconds: 5 - periodSeconds: 10 - timeoutSeconds: 2 - failureThreshold: 6 - livenessProbe: - httpGet: - path: / - port: 8003 - initialDelaySeconds: 20 - periodSeconds: 20 - timeoutSeconds: 2 - failureThreshold: 3 - name: excalidraw image: docker.io/yuzutech/kroki-excalidraw:latest ports: - containerPort: 8004 - readinessProbe: - httpGet: - path: / - port: 8004 - initialDelaySeconds: 5 - periodSeconds: 10 - timeoutSeconds: 2 - failureThreshold: 6 - livenessProbe: - httpGet: - path: / - port: 8004 - initialDelaySeconds: 20 - periodSeconds: 20 - timeoutSeconds: 2 - failureThreshold: 3 --- apiVersion: v1 kind: Service