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] [Build]
File=Containerfile File=Containerfile
ImageTag=localhost/ts3server-postgres:latest ImageTag=localhost/ts3server-postgres:latest
AutoUpdate=registry SetWorkingDirectory=unit

View File

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

View File

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