TrueChartsClone/library/common-test/values.yaml

91 lines
1.6 KiB
YAML
Raw Normal View History

image:
repository: b4bz/homer
tag: 21.03.1
pullPolicy: IfNotPresent
services:
main:
port:
port: 8080
test1:
enabled: true
type: ClusterIP
port:
port: 8081
name: tcp-test
protocol: TCP
targetPort: 8081
test2:
enabled: true
type: ClusterIP
port:
port: 8082
name: udp-test
protocol: UDP
targetPort: 8082
additionalServices:
- name: test3
enabled: true
type: ClusterIP
port:
port: 8083
name: extra-tcp-test
protocol: TCP
targetPort: 8083
- name: test4
enabled: true
type: ClusterIP
port:
port: 8084
name: extra-udp-test
protocol: UDP
targetPort: 8084
ingress:
test1:
enabled: true
test2:
enabled: true
additionalIngress:
- name: "test3"
enabled: true
- name: "test4"
enabled: true
# these values and names are set specifically with the unittests in mind.
fixMountPermissions: false
appVolumeMounts:
test1:
enabled: true
emptyDir: true
datasetName: "test1"
mountPath: "/test1"
hostPathEnabled: false
hostPath: ""
test2:
enabled: true
emptyDir: false
datasetName: "test2"
mountPath: "/test2"
hostPathEnabled: true
hostPath: "/tmp"
# these values and names are set specifically with the unittests in mind.
additionalAppVolumeMounts:
- name: "test3"
enabled: true
emptyDir: true
datasetName: "test3"
mountPath: "/test3"
hostPathEnabled: false
hostPath: ""
- name: "test4"
enabled: true
emptyDir: false
datasetName: "test4"
mountPath: "/test4"
hostPathEnabled: true
hostPath: "/tmp"