chore: add prettier with config and format all files

This commit is contained in:
Sebastian Seedorf
2026-06-04 11:44:20 +02:00
parent d212ae3f30
commit cf9bb33ecb
50 changed files with 1290 additions and 714 deletions

View File

@@ -3,4 +3,4 @@ name: factorio-signal-exporter
description: Factorio Signal Exporter — Next.js dashboard with TimescaleDB
type: application
version: 0.0.0-dev
appVersion: "latest"
appVersion: 'latest'

View File

@@ -13,10 +13,10 @@ imagePullSecrets: []
app:
replicaCount: 1
## API token for ingest POST and dashboard GET ?token=
apiToken: ""
apiToken: ''
## If set, use this existing K8s secret instead of creating one.
## Secret must contain keys: API_TOKEN, DATABASE_URL
existingSecret: ""
existingSecret: ''
db:
## TimescaleDB credentials — used to build DATABASE_URL and configure the StatefulSet
@@ -25,7 +25,7 @@ db:
name: factorio
port: 5432
storage: 10Gi
storageClassName: ""
storageClassName: ''
service:
type: ClusterIP
@@ -33,14 +33,14 @@ service:
ingress:
enabled: false
className: ""
className: ''
host: factorio.example.com
tls: false
tlsSecretName: ""
tlsSecretName: ''
annotations: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
affinity: {}