feat: add Dockerfile, Helm chart, Gitea Actions workflow
Some checks failed
Build & Push / build (push) Failing after 5m41s

This commit is contained in:
Caesar2011
2026-05-17 20:36:29 +02:00
parent 20ed6ee9fb
commit e4e9ebd737
12 changed files with 356 additions and 30 deletions

View File

@@ -0,0 +1,41 @@
image:
repository: git.sebse.de/sebse/factorio-signal-exporter
tag: latest
pullPolicy: IfNotPresent
imagePullSecrets: []
app:
replicaCount: 1
## API token for ingest POST and dashboard GET ?token=
apiToken: ""
## If set, use this existing K8s secret instead of creating one.
## Secret must contain keys: API_TOKEN, DATABASE_URL
existingSecret: ""
db:
## TimescaleDB credentials — used to build DATABASE_URL and configure the StatefulSet
user: factorio
password: factorio
name: factorio
port: 5432
storage: 10Gi
storageClassName: "" # leave empty for cluster default
service:
type: ClusterIP
port: 3000
ingress:
enabled: false
className: ""
host: factorio.example.com
tls: false
tlsSecretName: ""
annotations: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}