update to git

This commit is contained in:
2026-08-12 13:04:57 +07:00
commit 39b11cd13f
8 changed files with 150 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: web-socket-qris
spec:
template:
spec:
containers:
- name: web-socket-qris
readinessProbe:
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 10
timeoutSeconds: 1
periodSeconds: 10
httpGet:
scheme: HTTP
port: 8080
path: /api/sistem/health
livenessProbe:
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 60
timeoutSeconds: 1
periodSeconds: 60
httpGet:
scheme: HTTP
port: 8080
path: /api/sistem/health
startupProbe:
failureThreshold: 6
successThreshold: 1
initialDelaySeconds: 0
timeoutSeconds: 1
periodSeconds: 10
httpGet:
scheme: HTTP
port: 8080
path: /api/sistem/health