Compare commits

...

2 Commits

Author SHA1 Message Date
Rob Watson 79fb5554ec synapse: remove checks 2022-11-08 08:23:05 +01:00
Rob Watson d26b257654 Bump Gitea to 1.17.2 2022-09-07 07:34:00 +02:00
2 changed files with 11 additions and 10 deletions

View File

@ -30,7 +30,7 @@ spec:
runAsGroup: 1000
initContainers:
- name: init-gitea
image: gitea/gitea:1.17.1-rootless
image: gitea/gitea:1.17.2-rootless
imagePullPolicy: IfNotPresent
command: ["/usr/sbin/init-directory-structure.sh"]
env:
@ -53,7 +53,7 @@ spec:
subPath: init-directory-structure.sh
name: scripts
- name: setup-gitea
image: gitea/gitea:1.17.1-rootless
image: gitea/gitea:1.17.2-rootless
imagePullPolicy: IfNotPresent
command: ["/usr/sbin/setup.sh"]
env:
@ -97,7 +97,7 @@ spec:
readOnlyRootFilesystem: true
containers:
- name: gitea
image: gitea/gitea:1.17.1-rootless
image: gitea/gitea:1.17.2-rootless
imagePullPolicy: Always
ports:
- name: http

View File

@ -54,13 +54,14 @@ spec:
- mountPath: /config/log.config
subPath: log.config
name: config
resources:
requests:
memory: "128Mi"
cpu: "500m"
limits:
memory: "512Mi"
cpu: "500m"
# TODO: validate resource limits
# resources:
# requests:
# memory: "128Mi"
# cpu: "500m"
# limits:
# memory: "512Mi"
# cpu: "1000m"
livenessProbe:
httpGet:
path: /health