.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user