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
|
- name: guildhall-registry
|
||||||
containers:
|
containers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: git.guildhouse.dev/tking/guildhall:v0.1.0
|
image: git.guildhouse.dev/guildhouse/substrate/guildhall:v0.2.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- /app/bin/guildhall
|
- /app/bin/guildhall
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
- name: guildhall-registry
|
- name: guildhall-registry
|
||||||
containers:
|
containers:
|
||||||
- name: guildhall
|
- name: guildhall
|
||||||
image: git.guildhouse.dev/tking/guildhall:v0.1.0
|
image: git.guildhouse.dev/guildhouse/substrate/guildhall:v0.2.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4000
|
- containerPort: 4000
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
- name: guildhall-registry
|
- name: guildhall-registry
|
||||||
containers:
|
containers:
|
||||||
- name: ceremony-service
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 50053
|
- containerPort: 50053
|
||||||
|
|
@ -56,14 +56,14 @@ spec:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
grpc:
|
tcpSocket:
|
||||||
port: 50053
|
port: 50053
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
grpc:
|
tcpSocket:
|
||||||
port: 50053
|
port: 50053
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
- name: guildhall-registry
|
- name: guildhall-registry
|
||||||
containers:
|
containers:
|
||||||
- name: ffc-schematic-server
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9091
|
- containerPort: 9091
|
||||||
|
|
@ -56,14 +56,14 @@ spec:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
grpc:
|
tcpSocket:
|
||||||
port: 9091
|
port: 9091
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
grpc:
|
tcpSocket:
|
||||||
port: 9091
|
port: 9091
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue