Compare commits

...

4 Commits

2 changed files with 21 additions and 2 deletions

View File

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

View File

@@ -17,6 +17,25 @@ spec:
remediation: remediation:
retries: 3 retries: 3
values: 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} adminUsername: ${admin_username}
adminPassword: ${admin_password} adminPassword: ${admin_password}
adminEmail: ${admin_email} adminEmail: ${admin_email}