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
|
||||
spec:
|
||||
containers:
|
||||
- image: gitea/gitea:1.19.1
|
||||
- image: gitea/gitea:1.21.0
|
||||
name: gitea
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
@ -24,8 +24,9 @@
|
||||
spec:
|
||||
containers:
|
||||
- image: postgres:12
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
# command: ["/bin/sh", "-ec", "while :; do echo '.'; sleep 5 ; done"]
|
||||
# securityContext:
|
||||
# runAsUser: 1000
|
||||
name: postgres
|
||||
# command: ["chown", "-R", "1000:1000", "/var/lib/postgresql/data"]
|
||||
envFrom:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user