4b801e3444
Adds apps/notesnook (namespace, config, mongo rs0 StatefulSet, minio, identity/sync/sse/monograph deployments + Traefik/cert-manager ingresses) and argocd/notesnook.yaml. Secret applied out-of-band (only .example committed). Includes design spec + implementation plan under docs/superpowers. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
11 lines
195 B
YAML
11 lines
195 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: notesnook-identity
|
|
namespace: notesnook
|
|
spec:
|
|
selector:
|
|
app: notesnook-identity
|
|
ports:
|
|
- { name: http, port: 8264, targetPort: 8264 }
|