70 lines
1.2 KiB
YAML
70 lines
1.2 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: ""
|