spacerace.strix.systems
This commit is contained in:
parent
3214d443c9
commit
2f9de5c4fe
@ -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
|
||||
|
||||
|
||||
@ -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(/|$)(.*)
|
||||
|
||||
@ -58,7 +58,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: postgres
|
||||
image: postgres:latest
|
||||
image: postgres:16
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user