spacerace.strix.systems

This commit is contained in:
Nathan Rashleigh 2025-01-11 13:19:39 +11:00
parent 3214d443c9
commit 2f9de5c4fe
3 changed files with 6 additions and 6 deletions

View File

@ -105,7 +105,7 @@ spec:
containers:
- name: crates-api
image: registry.strix.systems/crates-api
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- containerPort: 80
env:
@ -179,7 +179,7 @@ spec:
containers:
- name: crates-client
image: registry.strix.systems/crates-client
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- containerPort: 8080

View File

@ -12,10 +12,10 @@ spec:
ingressClassName: nginx
tls:
- hosts:
- spacerace.systems
secretName: spacerace-systems-tls
- spacerace.strix.systems
secretName: spacerace-strix-systems-tls
rules:
- host: spacerace.systems
- host: spacerace.strix.systems
http:
paths:
- path: /api(/|$)(.*)

View File

@ -58,7 +58,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:latest
image: postgres:16
ports:
- containerPort: 5432
env: