7b16bf98f7
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>
13 lines
189 B
YAML
13 lines
189 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: hightower-api
|
|
namespace: shannon
|
|
spec:
|
|
selector:
|
|
app: hightower-api
|
|
ports:
|
|
- name: http
|
|
port: 3000
|
|
targetPort: 3000
|