This commit is contained in:
2026-03-22 12:35:09 +00:00
parent 8dc0d32a10
commit 229f273254
3 changed files with 20 additions and 1 deletions

View File

@@ -87,6 +87,20 @@ spec:
exec:
command:
- "/home/coder/startup.sh"
readinessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
livenessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 30
periodSeconds: 20
ports:
- containerPort: 8080
- name: metrics

View File

@@ -8,3 +8,4 @@ the root url has been changed. check for errors or problems
improvements:
ldap group import (no cli command...)
ldap avatars
redundancy (db and gitea)

View File

@@ -157,7 +157,7 @@ metadata:
name: sshwifty
namespace: sshwifty
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: sshwifty
@@ -200,6 +200,10 @@ metadata:
name: sshwifty
namespace: sshwifty
spec:
sessionAffinity: ClientIP
sessionAffinityConfig:
clientIP:
timeoutSeconds: 10800
internalTrafficPolicy: Cluster
ipFamilies:
- IPv6