feat(k8s): migrate image refs to golden substrate namespace
All manifests now use git.guildhouse.dev/guildhouse/substrate/<component>:v0.2.0 instead of git.guildhouse.dev/tking/<component>:v0.1.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Tyler J King <tking@guildhouse.dev>
This commit is contained in:
parent
524c2f53b8
commit
c9800c98e2
4 changed files with 8 additions and 8 deletions
|
|
@ -39,7 +39,7 @@ spec:
|
|||
- name: guildhall-registry
|
||||
containers:
|
||||
- name: migrate
|
||||
image: git.guildhouse.dev/tking/guildhall:v0.1.0
|
||||
image: git.guildhouse.dev/guildhouse/substrate/guildhall:v0.2.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /app/bin/guildhall
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ spec:
|
|||
- name: guildhall-registry
|
||||
containers:
|
||||
- name: guildhall
|
||||
image: git.guildhouse.dev/tking/guildhall:v0.1.0
|
||||
image: git.guildhouse.dev/guildhouse/substrate/guildhall:v0.2.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ spec:
|
|||
- name: guildhall-registry
|
||||
containers:
|
||||
- name: ceremony-service
|
||||
image: git.guildhouse.dev/tking/ceremony-service:v0.1.0
|
||||
image: git.guildhouse.dev/guildhouse/substrate/ceremony-service:v0.2.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 50053
|
||||
|
|
@ -56,14 +56,14 @@ spec:
|
|||
cpu: 500m
|
||||
memory: 512Mi
|
||||
readinessProbe:
|
||||
grpc:
|
||||
tcpSocket:
|
||||
port: 50053
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 3
|
||||
failureThreshold: 3
|
||||
livenessProbe:
|
||||
grpc:
|
||||
tcpSocket:
|
||||
port: 50053
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 30
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ spec:
|
|||
- name: guildhall-registry
|
||||
containers:
|
||||
- name: ffc-schematic-server
|
||||
image: git.guildhouse.dev/tking/ffc-schematic-server:v0.1.0
|
||||
image: git.guildhouse.dev/guildhouse/substrate/ffc-schematic-server:v0.2.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 9091
|
||||
|
|
@ -56,14 +56,14 @@ spec:
|
|||
cpu: 500m
|
||||
memory: 512Mi
|
||||
readinessProbe:
|
||||
grpc:
|
||||
tcpSocket:
|
||||
port: 9091
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 3
|
||||
failureThreshold: 3
|
||||
livenessProbe:
|
||||
grpc:
|
||||
tcpSocket:
|
||||
port: 9091
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue