versia-go/chart/values.yaml
2024-08-28 01:10:38 +02:00

55 lines
905 B
YAML

image:
repository: ghcr.io/versia-pub/versia-go
pullPolicy: IfNotPresent
tag: "latest"
environment: production
versia:
instance:
name: Versia-Go
description: Versia-Go instance
address: ""
telemetry: {
# Regex to match the full URL
# forwardSpansTo:
# sentryDSN: ""
# The OTLP endpoint must be OTLP+GRPC or "console"
# otlpEndpoint: ""
}
ingress:
enabled: true
# className: ""
# sslSecret: ""
pod:
replicas: 1
resources: {
# limits:
# cpu: 500m
# requests:
# cpu: 50m
# memory: 16Mi
}
annotations: { }
labels: { }
nodeSelector: { }
affinity: { }
tolerations: { }
database:
type: "sqlite"
size: 1Gi
# If not commented in, this will use whatever is your default storage class
# storageClassName: longhorn
# type: "postgresql"
# uri: postgres://user:password@host:5432/database
nats:
uri: ""