Compare commits

...

4 Commits

2 changed files with 21 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ spec:
path: "/"
backend:
service:
name: gitea
name: gitea-gitea
port:
number: 10080
- host: "gitea.cluster.edward.sydney"
@@ -26,6 +26,6 @@ spec:
path: "/"
backend:
service:
name: gitea
name: gitea-gitea
port:
number: 10080

View File

@@ -17,6 +17,25 @@ spec:
remediation:
retries: 3
values:
image:
debug: true
updateStrategy:
type: Recreate
livenessProbe:
enabled: true
initialDelaySeconds: 600
periodSeconds: 60
timeoutSeconds: 30
failureThreshold: 5
successThreshold: 1
readinessProbe:
enabled: true
path: /
initialDelaySeconds: 30
periodSeconds: 60
timeoutSeconds: 30
failureThreshold: 5
successThreshold: 1
adminUsername: ${admin_username}
adminPassword: ${admin_password}
adminEmail: ${admin_email}