7 Commits

4 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ spec:
name: cluster-fun (v2)
source:
repoURL: 'https://stakater.github.io/stakater-charts'
targetRevision: v0.0.129
targetRevision: 2.2.8
chart: reloader
syncPolicy:
automated: {}

View File

@@ -110,7 +110,7 @@ spec:
requests:
memory: 300M
limits:
memory: 300M
memory: 600M
securityContext:
capabilities:
add:

View File

@@ -39,16 +39,16 @@ spec:
memory: 50Mi
requests:
memory: 50Mi
# livenessProbe:
# httpGet:
# path: /healthz
# port: web
# initialDelaySeconds: 10
# readinessProbe:
# httpGet:
# path: /healthz
# port: web
# initialDelaySeconds: 10
livenessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /
port: web
initialDelaySeconds: 10
---
apiVersion: networking.k8s.io/v1
kind: Ingress

View File

@@ -206,7 +206,7 @@ spec:
priorityClassName: critical
containers:
- name: nextcloud
image: "nextcloud:32.0.6-apache"
image: "nextcloud:33.0.0-apache"
imagePullPolicy: IfNotPresent
env:
- name: SQLITE_DATABASE
@@ -340,7 +340,7 @@ spec:
mountPath: /var/www/html/config/smtp.config.php
subPath: smtp.config.php
- name: cron
image: "nextcloud:32.0.6-apache"
image: "nextcloud:33.0.0-apache"
imagePullPolicy: IfNotPresent
command:
- /cron.sh