f6506c57e5
Adds a Datasette container alongside the existing server in the same pod so it can read the SQLite PVC without a second ReadWriteOnce mount. Protected by a Traefik BasicAuth middleware at analytics.aleshym.co. Also fixes the ArgoCD repoURL to point to the migrated Gitea hostname (git.aleshym.co) instead of the old bare IP. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
257 B
YAML
16 lines
257 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: solitaire-server
|
|
namespace: solitaire
|
|
spec:
|
|
selector:
|
|
app: solitaire-server
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 8080
|
|
- name: analytics
|
|
port: 8001
|
|
targetPort: 8001
|