Compare commits

..

No commits in common. "79fb5554ec691d66e8e765525653fc3a02f87a6b" and "77e1610cb6c532bb9e6d9b6c9b5ecaed000979c5" have entirely different histories.

2 changed files with 10 additions and 11 deletions

View File

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

View File

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