.
This commit is contained in:
@@ -87,6 +87,20 @@ spec:
|
|||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- "/home/coder/startup.sh"
|
- "/home/coder/startup.sh"
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
|
port: 8080
|
||||||
|
initialDelaySeconds: 10
|
||||||
|
periodSeconds: 10
|
||||||
|
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
|
port: 8080
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
periodSeconds: 20
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
- name: metrics
|
- name: metrics
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ the root url has been changed. check for errors or problems
|
|||||||
improvements:
|
improvements:
|
||||||
ldap group import (no cli command...)
|
ldap group import (no cli command...)
|
||||||
ldap avatars
|
ldap avatars
|
||||||
|
redundancy (db and gitea)
|
||||||
@@ -157,7 +157,7 @@ metadata:
|
|||||||
name: sshwifty
|
name: sshwifty
|
||||||
namespace: sshwifty
|
namespace: sshwifty
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: sshwifty
|
app: sshwifty
|
||||||
@@ -200,6 +200,10 @@ metadata:
|
|||||||
name: sshwifty
|
name: sshwifty
|
||||||
namespace: sshwifty
|
namespace: sshwifty
|
||||||
spec:
|
spec:
|
||||||
|
sessionAffinity: ClientIP
|
||||||
|
sessionAffinityConfig:
|
||||||
|
clientIP:
|
||||||
|
timeoutSeconds: 10800
|
||||||
internalTrafficPolicy: Cluster
|
internalTrafficPolicy: Cluster
|
||||||
ipFamilies:
|
ipFamilies:
|
||||||
- IPv6
|
- IPv6
|
||||||
|
|||||||
Reference in New Issue
Block a user