chore: add prettier with config and format all files
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user