Kroki deployment and proxy changes

This commit is contained in:
2025-09-29 23:59:35 +02:00
parent 9dd589c655
commit 25e9ce7c54
2 changed files with 3 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ metadata:
name: kroki
namespace: vorgabenui
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
app: kroki
@@ -45,5 +45,4 @@ spec:
app: kroki
ports:
- port: 8000
targetPort: 8000
targetPort: 8000

View File

@@ -1,4 +1,4 @@
from revproxy.views import ProxyView
class DiagrammProxyView(ProxyView):
upstream = "http://kroki:8000/"
upstream = "http://svckroki:8000/"