refactor: rename custom components from shannon-* to hightower-*

Renames API server, worker jobs, credentials secret, and workspaces
PVC to use the hightower prefix. Upstream Shannon names (namespace,
Temporal service, package imports, .shannon/ dir) are unchanged.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-20 09:09:34 -04:00
parent ec4b7e674f
commit 7b16bf98f7
14 changed files with 42 additions and 30 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: shannon-api
name: hightower-api
namespace: shannon
spec:
selector:
app: shannon-api
app: hightower-api
ports:
- name: http
port: 3000