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
+3 -3
View File
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: hightower-api
namespace: shannon
namespace: hightower
labels:
app: hightower-api
spec:
@@ -24,11 +24,11 @@ spec:
name: http
env:
- name: TEMPORAL_ADDRESS
value: shannon-temporal:7233
value: hightower-temporal:7233
- name: WORKER_IMAGE
value: ghcr.io/farhoodliquor/shannon:latest
- name: K8S_NAMESPACE
value: shannon
value: hightower
envFrom:
- secretRef:
name: hightower-credentials
+3 -3
View File
@@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: hightower-api
namespace: shannon
namespace: hightower
rules:
- apiGroups: ["batch"]
resources: ["jobs"]
@@ -18,11 +18,11 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: hightower-api
namespace: shannon
namespace: hightower
subjects:
- kind: ServiceAccount
name: hightower-api
namespace: shannon
namespace: hightower
roleRef:
kind: Role
name: hightower-api
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: hightower-api
namespace: shannon
namespace: hightower
spec:
selector:
app: hightower-api
+1 -1
View File
@@ -2,4 +2,4 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: hightower-api
namespace: shannon
namespace: hightower