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: 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

View File

@ -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(/|$)(.*)

View File

@ -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: