Compare commits
No commits in common. "79fb5554ec691d66e8e765525653fc3a02f87a6b" and "77e1610cb6c532bb9e6d9b6c9b5ecaed000979c5" have entirely different histories.
79fb5554ec
...
77e1610cb6
@ -30,7 +30,7 @@ spec:
|
||||
runAsGroup: 1000
|
||||
initContainers:
|
||||
- name: init-gitea
|
||||
image: gitea/gitea:1.17.2-rootless
|
||||
image: gitea/gitea:1.17.1-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.2-rootless
|
||||
image: gitea/gitea:1.17.1-rootless
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/usr/sbin/setup.sh"]
|
||||
env:
|
||||
@ -97,7 +97,7 @@ spec:
|
||||
readOnlyRootFilesystem: true
|
||||
containers:
|
||||
- name: gitea
|
||||
image: gitea/gitea:1.17.2-rootless
|
||||
image: gitea/gitea:1.17.1-rootless
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -54,14 +54,13 @@ spec:
|
||||
- mountPath: /config/log.config
|
||||
subPath: log.config
|
||||
name: config
|
||||
# TODO: validate resource limits
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: "128Mi"
|
||||
# cpu: "500m"
|
||||
# limits:
|
||||
# memory: "512Mi"
|
||||
# cpu: "1000m"
|
||||
resources:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
|
Loading…
x
Reference in New Issue
Block a user