spacerace.strix.systems
This commit is contained in:
parent
3214d443c9
commit
2f9de5c4fe
@ -105,7 +105,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: crates-api
|
- name: crates-api
|
||||||
image: registry.strix.systems/crates-api
|
image: registry.strix.systems/crates-api
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
env:
|
env:
|
||||||
@ -179,7 +179,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: crates-client
|
- name: crates-client
|
||||||
image: registry.strix.systems/crates-client
|
image: registry.strix.systems/crates-client
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|
||||||
|
|||||||
@ -12,10 +12,10 @@ spec:
|
|||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- spacerace.systems
|
- spacerace.strix.systems
|
||||||
secretName: spacerace-systems-tls
|
secretName: spacerace-strix-systems-tls
|
||||||
rules:
|
rules:
|
||||||
- host: spacerace.systems
|
- host: spacerace.strix.systems
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /api(/|$)(.*)
|
- path: /api(/|$)(.*)
|
||||||
|
|||||||
@ -58,7 +58,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres:latest
|
image: postgres:16
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user