chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * remove disabled ingress from values * remove required: false from questions * whoops * some cleanup * more cleanup * clean * commented * some fixes
This commit is contained in:
@@ -18,7 +18,7 @@ name: ser2sock
|
||||
sources:
|
||||
- https://github.com/nutechsoftware/ser2sock
|
||||
- https://github.com/tenstartups/ser2sock
|
||||
version: 6.0.4
|
||||
version: 6.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,24 +1,13 @@
|
||||
image:
|
||||
# -- image repository
|
||||
repository: tccr.io/truecharts/ser2sock
|
||||
# -- image tag
|
||||
tag: latest@sha256:04d80516d8e352b1c8f82c28e130f1bc9af2862925c910fb9014a9b46c3473ae
|
||||
# -- image pull policy
|
||||
pullPolicy: Always
|
||||
|
||||
# -- environment variables. See [image docs](https://github.com/tenstartups/ser2sock) for more details.
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
# -- Port where ser2sock listens
|
||||
LISTENER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
# -- Path to the serial device
|
||||
SERIAL_DEVICE: "{{ .Values.persistence.usb.mountPath }}"
|
||||
# -- Serial device baud rate
|
||||
BAUD_RATE: 115200
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -26,12 +15,11 @@ service:
|
||||
port: 10000
|
||||
targetPort: 10000
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
|
||||
# -- Affinity constraint rules to place the Pod on a specific node.
|
||||
# [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)
|
||||
affinity: {}
|
||||
|
||||
Reference in New Issue
Block a user