From fd48fec0baa9198b85df1fcf19198b7eae81c914 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Mon, 29 Sep 2025 23:43:13 +0200 Subject: [PATCH] Kroki port corrected* --- argocd/diagrammer.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/argocd/diagrammer.yaml b/argocd/diagrammer.yaml index af342f1..9cd7cb8 100644 --- a/argocd/diagrammer.yaml +++ b/argocd/diagrammer.yaml @@ -17,11 +17,11 @@ spec: - name: web image: docker.io/yuzutech/kroki:latest ports: - - containerPort: 80 + - containerPort: 8000 readinessProbe: httpGet: path: / - port: 80 + port: 8000 initialDelaySeconds: 5 periodSeconds: 10 timeoutSeconds: 2 @@ -29,7 +29,7 @@ spec: livenessProbe: httpGet: path: / - port: 80 + port: 8000 initialDelaySeconds: 20 periodSeconds: 20 timeoutSeconds: 2 @@ -44,6 +44,6 @@ spec: selector: app: django ports: - - port: 80 - targetPort: 80 + - port: 8000 + targetPort: 8000