84 lines
1.6 KiB
YAML
84 lines
1.6 KiB
YAML
# Default values for sunnypup.io.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: nginx
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: ""
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
# Specifies whether a service account should be created
|
|
create: true
|
|
# Annotations to add to the service account
|
|
annotations: {}
|
|
# The name of the service account to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name: ""
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
|
|
pg:
|
|
pass: ""
|
|
user: sunnypup
|
|
db: sunnypup
|
|
path: "/srv/sunnypup/pg/"
|
|
|
|
nextcloud:
|
|
url: cloud.sunnypup.io
|
|
path: "/srv/sunnypup/nextcloud"
|
|
pass: ""
|
|
|
|
frigate:
|
|
mediapath: "/cam/media"
|
|
confpath: "/cam/config"
|
|
|
|
mqtt:
|
|
path: "/srv/sunnypup/mqtt"
|
|
|
|
wordpress:
|
|
path: "/srv/sunnypup/wordpress/site"
|
|
db:
|
|
path: "/srv/sunnypup/wordpress/db"
|
|
password: ""
|
|
rootpassword: ""
|
|
|
|
digitalocean:
|
|
access: ""
|
|
|
|
mqtt:
|
|
path: "/srv/sunnypup/mqtt"
|
|
host: ""
|
|
port: 30000
|
|
user: ""
|
|
password: ""
|
|
|
|
forge:
|
|
path: "/srv/sunnypup/forge"
|
|
secret: ""
|
|
|
|
observability:
|
|
tempo: "/srv/sunnypup/otel/tempo"
|
|
loki:
|
|
data_path: "/srv/sunnypup/otel/loki/data"
|
|
storage_path: "/srv/sunnypup/otel/loki/storage"
|
|
grafana: "/srv/sunnypup/otel/grafana"
|
|
p8s: "/srv/sunnypup/otel/p8s"
|
|
pyroscope: "/srv/sunnypup/otel/pyroscope"
|
|
|
|
homeassistant:
|
|
path: "/srv/sunnypup/homeassistant"
|
|
matter:
|
|
path: "/srv/sunnypup/matter"
|