merged
This commit is contained in:
@@ -52,7 +52,7 @@ spec:
|
|||||||
- name: GITEA__packages__ENABLED
|
- name: GITEA__packages__ENABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: GITEA__log__LEVEL
|
- name: GITEA__log__LEVEL
|
||||||
value: trace
|
value: warn
|
||||||
- name: GITEA__log__MODE
|
- name: GITEA__log__MODE
|
||||||
value: file
|
value: file
|
||||||
- name: GITEA__log__ROUTER
|
- name: GITEA__log__ROUTER
|
||||||
@@ -63,6 +63,8 @@ spec:
|
|||||||
#value: redis
|
#value: redis
|
||||||
#- name: GITEA__queue__CONN_STR
|
#- name: GITEA__queue__CONN_STR
|
||||||
#value: redis://redis-standalone.live-env.svc.cluster.local:6397/0
|
#value: redis://redis-standalone.live-env.svc.cluster.local:6397/0
|
||||||
|
- name: GITEA__server__ROOT_URL
|
||||||
|
value: http://git-ui.lan/
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
@@ -73,18 +75,18 @@ spec:
|
|||||||
- name: ssh
|
- name: ssh
|
||||||
containerPort: 22
|
containerPort: 22
|
||||||
protocol : TCP
|
protocol : TCP
|
||||||
#livenessProbe:
|
livenessProbe:
|
||||||
# initialDelaySeconds: 300
|
initialDelaySeconds: 300
|
||||||
# periodSeconds: 10
|
periodSeconds: 10
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /
|
path: /
|
||||||
# port: http
|
port: http
|
||||||
#readinessProbe:
|
readinessProbe:
|
||||||
# initialDelaySeconds: 300
|
initialDelaySeconds: 300
|
||||||
# periodSeconds: 10
|
periodSeconds: 10
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /
|
path: /
|
||||||
# port: http
|
port: http
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "300Mi"
|
memory: "300Mi"
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ metadata:
|
|||||||
namespace: live-env
|
namespace: live-env
|
||||||
data:
|
data:
|
||||||
redis.conf: |-
|
redis.conf: |-
|
||||||
|
bind * -::*
|
||||||
appendonly yes
|
appendonly yes
|
||||||
maxmemory 5mb
|
maxmemory 5mb
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user