This commit is contained in:
2022-09-19 16:58:14 +02:00
2 changed files with 16 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ spec:
- name: GITEA__packages__ENABLED
value: "true"
- name: GITEA__log__LEVEL
value: trace
value: warn
- name: GITEA__log__MODE
value: file
- name: GITEA__log__ROUTER
@@ -63,6 +63,8 @@ spec:
#value: redis
#- name: GITEA__queue__CONN_STR
#value: redis://redis-standalone.live-env.svc.cluster.local:6397/0
- name: GITEA__server__ROOT_URL
value: http://git-ui.lan/
volumeMounts:
- name: gitea
mountPath: /data
@@ -73,18 +75,18 @@ spec:
- name: ssh
containerPort: 22
protocol : TCP
#livenessProbe:
# initialDelaySeconds: 300
# periodSeconds: 10
# httpGet:
# path: /
# port: http
#readinessProbe:
# initialDelaySeconds: 300
# periodSeconds: 10
# httpGet:
# path: /
# port: http
livenessProbe:
initialDelaySeconds: 300
periodSeconds: 10
httpGet:
path: /
port: http
readinessProbe:
initialDelaySeconds: 300
periodSeconds: 10
httpGet:
path: /
port: http
resources:
requests:
memory: "300Mi"