refactor: rename all custom K8s components to hightower

Namespace, Temporal, router, PVCs, labels, and GHCR API image all
renamed from shannon-* to hightower-*. Upstream references preserved:
worker image (ghcr.io/farhoodliquor/shannon), .shannon/ dirs,
@shannon/worker package imports.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-20 09:17:02 -04:00
parent 7b16bf98f7
commit 60ba428d2b
13 changed files with 50 additions and 50 deletions
+9 -9
View File
@@ -2,7 +2,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: temporal-data
namespace: shannon
namespace: hightower
spec:
accessModes:
- ReadWriteOnce
@@ -13,19 +13,19 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: shannon-temporal
namespace: shannon
name: hightower-temporal
namespace: hightower
labels:
app: shannon-temporal
app: hightower-temporal
spec:
replicas: 1
selector:
matchLabels:
app: shannon-temporal
app: hightower-temporal
template:
metadata:
labels:
app: shannon-temporal
app: hightower-temporal
spec:
containers:
- name: temporal
@@ -72,11 +72,11 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: shannon-temporal
namespace: shannon
name: hightower-temporal
namespace: hightower
spec:
selector:
app: shannon-temporal
app: hightower-temporal
ports:
- name: grpc
port: 7233