iching-broker-level1/deployment.yaml

34 lines
799 B
YAML
Raw Normal View History

2025-03-25 09:27:14 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
2025-03-25 14:04:48 +00:00
name: iching-broker-0-0-1
2025-03-25 09:27:14 +00:00
namespace: default
spec:
selector:
matchLabels:
2025-03-25 11:53:25 +00:00
app: iching-broker
2025-03-25 09:27:14 +00:00
template:
metadata:
labels:
2025-03-25 11:53:25 +00:00
app: iching-broker
2025-03-25 09:27:14 +00:00
spec:
containers:
- image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/iching-broker:main
2025-03-25 11:53:25 +00:00
name: iching-broker
2025-03-26 09:31:06 +00:00
livenessProbe:
httpGet:
path: /healthz
port: 8080
2025-03-26 10:39:02 +00:00
initialDelaySeconds: 40
periodSeconds: 25
timeoutSeconds: 15
2025-03-26 09:31:06 +00:00
failureThreshold: 3
readinessProbe:
httpGet:
path: /ready
port: 8080
2025-03-26 10:39:02 +00:00
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 13
2025-03-26 09:31:06 +00:00
successThreshold: 2