Files
truecharts/library/common-test/ci/basic-values.yaml
Kjeld Schouten-Lebbing 492730454e Small Tests and repo fixes (#80)
* Small organisational fixes

* Add some new common tests
2021-02-09 19:13:56 +01:00

75 lines
1.3 KiB
YAML

image:
repository: b4bz/homer
tag: latest
pullPolicy: IfNotPresent
service:
port:
port: 8080
ingress:
enabled: true
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true
appIngressEnabled: true
appIngress:
main:
enabled: true
mainhttp:
enabled: true
entrypoint: "web"
certType: ""
existingcert: ""
authForwardURL: ""
annotations: {}
labels: {}
hosts:
- host: app.truecharts.placeholder
paths:
- path: /
# Ignored if not kubeVersion >= 1.14-0
pathType: Prefix
appVolumesEnabled: true
appVolumeMounts:
data:
enabled: true
emptyDir: true
datasetName: "data"
mountPath: "/data"
hostPathEnabled: true
hostPath: "/tmp"
test:
enabled: true
emptyDir: true
datasetName: "test"
mountPath: "/test"
hostPathEnabled: true
hostPath: "/tmp"
appAdditionalServicesEnabled: true
appAdditionalServices:
extra-tcp:
enabled: true
type: ClusterIP
port:
port: 51414
name: tcp-test
protocol: TCP
targetPort: 51414
extra-udp:
enabled: true
type: ClusterIP
port:
port: 51414
name: udp-test
protocol: UDP
targetPort: 51414