Compare commits
2 Commits
77e1610cb6
...
79fb5554ec
Author | SHA1 | Date | |
---|---|---|---|
|
79fb5554ec | ||
|
d26b257654 |
@ -30,7 +30,7 @@ spec:
|
|||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-gitea
|
- name: init-gitea
|
||||||
image: gitea/gitea:1.17.1-rootless
|
image: gitea/gitea:1.17.2-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.1-rootless
|
image: gitea/gitea:1.17.2-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.1-rootless
|
image: gitea/gitea:1.17.2-rootless
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
@ -54,13 +54,14 @@ spec:
|
|||||||
- mountPath: /config/log.config
|
- mountPath: /config/log.config
|
||||||
subPath: log.config
|
subPath: log.config
|
||||||
name: config
|
name: config
|
||||||
resources:
|
# TODO: validate resource limits
|
||||||
requests:
|
# resources:
|
||||||
memory: "128Mi"
|
# requests:
|
||||||
cpu: "500m"
|
# memory: "128Mi"
|
||||||
limits:
|
# cpu: "500m"
|
||||||
memory: "512Mi"
|
# limits:
|
||||||
cpu: "500m"
|
# memory: "512Mi"
|
||||||
|
# cpu: "1000m"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
|
Loading…
x
Reference in New Issue
Block a user