30 lines
632 B
YAML
30 lines
632 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/mikenye/tar1090
|
|
tag: latest@sha256:b67db478db2f95d00c23cca59a9557bb6785b78a07b00611f6fef436840fa212
|
|
persistence: {}
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8078
|
|
protocol: tcp
|
|
targetPort: 80
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BEASTHOST: <BEASTHOST>
|
|
LAT: xx.xxxxx
|
|
LONG: xx.xxxxx
|
|
MLATHOST: <MLATHOST>
|