Fixing: Image build

This commit is contained in:
Jan Funke 2025-12-13 20:39:28 +01:00
parent 86be8f6b21
commit 1a4b928512
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View File

@ -4,4 +4,4 @@ Description=Builds the Teamspeak 3 Server Container Image with Postgres support
[Build]
File=Containerfile
ImageTag=localhost/ts3server-postgres:latest
AutoUpdate=registry
SetWorkingDirectory=unit

View File

@ -2,6 +2,7 @@
Description=Teamspeak 3 Server (Pod)
Requires=ts3server.build
After=network-online.target
After=ts3server.build
[Kube]
Yaml=ts3server.yml

View File

@ -60,7 +60,7 @@ spec:
# --- Postgres Database ---
- name: ts3-db
image: docker.io/postgres:15
image: docker.io/postgres:18
env:
# Database Configuration
- name: POSTGRES_DB