tweaks
This commit is contained in:
parent
1badb192b5
commit
4af05a6422
2 changed files with 3 additions and 3 deletions
|
|
@ -17,14 +17,14 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: db-migrate
|
- name: db-migrate
|
||||||
image: your-ghcr-username/aprs-app:latest # Placeholder, will be set by CI
|
image: aprs/aprs-app:latest # Placeholder, will be set by CI
|
||||||
command: ["/app/bin/migrate"]
|
command: ["/app/bin/migrate"]
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: aprs-secrets
|
name: aprs-secrets
|
||||||
containers:
|
containers:
|
||||||
- name: aprs-app
|
- name: aprs-app
|
||||||
image: your-ghcr-username/aprs-app:latest # Placeholder, will be set by CI
|
image: aprs/aprs-app:latest # Placeholder, will be set by CI
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4000 # Default Phoenix port
|
- containerPort: 4000 # Default Phoenix port
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres:15 # Using a recent version
|
image: postgres:16
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue