initial commit

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2025-07-18 11:27:07 -07:00
commit aca076e864
21 changed files with 1558 additions and 0 deletions

70
values.yaml Normal file
View file

@ -0,0 +1,70 @@
# 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: ""