Temp fixes deployed manually

This commit is contained in:
Jim Nicholson 2023-12-11 12:27:51 -08:00
parent 22e19dd36d
commit 8266026a4d
2 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -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: