Kroki port corrected*

This commit is contained in:
2025-09-29 23:43:13 +02:00
parent 1b81296eed
commit fd48fec0ba

View File

@@ -17,11 +17,11 @@ spec:
- name: web - name: web
image: docker.io/yuzutech/kroki:latest image: docker.io/yuzutech/kroki:latest
ports: ports:
- containerPort: 80 - containerPort: 8000
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: 80 port: 8000
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 2 timeoutSeconds: 2
@@ -29,7 +29,7 @@ spec:
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /
port: 80 port: 8000
initialDelaySeconds: 20 initialDelaySeconds: 20
periodSeconds: 20 periodSeconds: 20
timeoutSeconds: 2 timeoutSeconds: 2
@@ -44,6 +44,6 @@ spec:
selector: selector:
app: django app: django
ports: ports:
- port: 80 - port: 8000
targetPort: 80 targetPort: 8000