Files
truecharts/incubator/appdaemon/0.1.1/test_values.yaml
T
5f283dc774 chore(deps): update helm chart common to v3.5.3 (#425)
* chore(deps): update helm chart common to v3.5.3

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-05-04 11:35:48 +02:00

41 lines
631 B
YAML

image:
repository: ghcr.io/truecharts/appdaemon
pullPolicy: IfNotPresent
tag: "v4.0.8"
strategy:
type: Recreate
# Configure the Security Context for the Pod
podSecurityContext:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
fsGroup: 568
timezone: "America/Chicago"
env:
LATITUDE: 46
LONGITUDE: -94
ELEVATION: 1217
DASH_URL: "http://0.0.0.0:5050"
services:
main:
port:
port: 5050
tcp:
enabled: true
type: ClusterIP
port:
port: 51050
protocol: TCP
targetPort: 51050
customStorage:
- name: config
enabled: true
mountPath: /conf
emptyDir: true