mirror of
https://github.com/thejimnicholson/gitea.git
synced 2025-12-06 03:30:42 +00:00
Temp fixes deployed manually
This commit is contained in:
parent
22e19dd36d
commit
8266026a4d
@ -22,7 +22,7 @@ spec:
|
|||||||
app: gitea
|
app: gitea
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gitea/gitea:1.19.1
|
- image: gitea/gitea:1.21.0
|
||||||
name: gitea
|
name: gitea
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
|||||||
@ -24,8 +24,9 @@
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: postgres:12
|
- image: postgres:12
|
||||||
securityContext:
|
# command: ["/bin/sh", "-ec", "while :; do echo '.'; sleep 5 ; done"]
|
||||||
runAsUser: 1000
|
# securityContext:
|
||||||
|
# runAsUser: 1000
|
||||||
name: postgres
|
name: postgres
|
||||||
# command: ["chown", "-R", "1000:1000", "/var/lib/postgresql/data"]
|
# command: ["chown", "-R", "1000:1000", "/var/lib/postgresql/data"]
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user