mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 21:42:18 +00:00
Add aaisp2mqtt
This commit is contained in:
60
charts/aaisp2mqtt/values.yaml
Normal file
60
charts/aaisp2mqtt/values.yaml
Normal file
@@ -0,0 +1,60 @@
|
||||
# Default values for aaisp2mqtt.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: nikdoof/aaisp2mqtt
|
||||
tag: 0.3.0
|
||||
pullPolicy: IfNotPresent
|
||||
# imagePullSecrets: []
|
||||
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
## Use a pre-existing secret for login information
|
||||
##
|
||||
# existingSecretName: existing-secret
|
||||
|
||||
## Connection details
|
||||
##
|
||||
aaisp: {}
|
||||
# username: user1@a
|
||||
# password: password
|
||||
|
||||
mqtt:
|
||||
# broker: localhost
|
||||
port: 1883
|
||||
authenticated: false
|
||||
# username: kube
|
||||
# password: kube
|
||||
# topicPrefix: aaisp
|
||||
|
||||
homeassistant:
|
||||
enabled: false
|
||||
# discoveryPrefix: homeassistant
|
||||
|
||||
cronjob:
|
||||
schedule: "*/10 * * * *"
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 1
|
||||
# startingDeadlineSeconds: 10
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
Reference in New Issue
Block a user