2021-02-05 20:17:06 +00:00
|
|
|
image:
|
|
|
|
repository: b4bz/homer
|
2021-04-10 13:30:07 +00:00
|
|
|
tag: 21.03.2
|
2021-02-05 20:17:06 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-03-03 15:51:25 +00:00
|
|
|
services:
|
|
|
|
main:
|
|
|
|
port:
|
|
|
|
port: 8080
|
2021-03-05 21:31:02 +00:00
|
|
|
test1:
|
2021-03-03 15:51:25 +00:00
|
|
|
enabled: true
|
|
|
|
type: ClusterIP
|
|
|
|
port:
|
|
|
|
port: 8081
|
|
|
|
name: tcp-test
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8081
|
2021-03-05 21:31:02 +00:00
|
|
|
test2:
|
2021-03-03 15:51:25 +00:00
|
|
|
enabled: true
|
|
|
|
type: ClusterIP
|
|
|
|
port:
|
|
|
|
port: 8082
|
|
|
|
name: udp-test
|
|
|
|
protocol: UDP
|
|
|
|
targetPort: 8082
|
|
|
|
|
|
|
|
additionalServices:
|
2021-03-05 21:31:02 +00:00
|
|
|
- name: test3
|
2021-03-03 15:51:25 +00:00
|
|
|
enabled: true
|
|
|
|
type: ClusterIP
|
|
|
|
port:
|
|
|
|
port: 8083
|
2021-03-17 16:20:26 +00:00
|
|
|
name: extra-tcp-test
|
2021-03-03 15:51:25 +00:00
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8083
|
2021-03-05 21:31:02 +00:00
|
|
|
- name: test4
|
2021-03-03 15:51:25 +00:00
|
|
|
enabled: true
|
|
|
|
type: ClusterIP
|
|
|
|
port:
|
|
|
|
port: 8084
|
2021-03-17 16:20:26 +00:00
|
|
|
name: extra-udp-test
|
2021-03-03 15:51:25 +00:00
|
|
|
protocol: UDP
|
|
|
|
targetPort: 8084
|
2021-02-05 20:17:06 +00:00
|
|
|
|
|
|
|
ingress:
|
2021-03-05 21:31:02 +00:00
|
|
|
test1:
|
|
|
|
enabled: true
|
|
|
|
test2:
|
2021-04-15 21:49:05 +00:00
|
|
|
certType: "plain"
|
2021-03-05 21:31:02 +00:00
|
|
|
|
|
|
|
additionalIngress:
|
|
|
|
- name: "test3"
|
|
|
|
enabled: true
|
|
|
|
- name: "test4"
|
|
|
|
enabled: true
|
2021-02-05 20:17:06 +00:00
|
|
|
|
2021-03-03 21:03:02 +00:00
|
|
|
# these values and names are set specifically with the unittests in mind.
|
2021-04-14 17:14:58 +00:00
|
|
|
deviceMounts:
|
2021-03-03 21:03:02 +00:00
|
|
|
test1:
|
2021-02-05 20:17:06 +00:00
|
|
|
enabled: true
|
|
|
|
emptyDir: true
|
2021-04-15 12:38:34 +00:00
|
|
|
devicePath: "/test1"
|
2021-03-03 21:03:02 +00:00
|
|
|
test2:
|
2021-02-09 18:13:56 +00:00
|
|
|
enabled: true
|
2021-03-01 17:38:55 +00:00
|
|
|
emptyDir: false
|
2021-04-15 12:38:34 +00:00
|
|
|
devicePath: "/test2"
|
2021-03-01 17:38:55 +00:00
|
|
|
|
2021-03-03 21:03:02 +00:00
|
|
|
# these values and names are set specifically with the unittests in mind.
|
2021-04-14 17:14:58 +00:00
|
|
|
customStorage:
|
2021-04-15 20:59:08 +00:00
|
|
|
- enabled: true
|
2021-03-01 17:38:55 +00:00
|
|
|
emptyDir: true
|
2021-03-03 21:03:02 +00:00
|
|
|
mountPath: "/test3"
|
2021-02-09 18:13:56 +00:00
|
|
|
hostPath: ""
|
2021-03-03 21:03:02 +00:00
|
|
|
- name: "test4"
|
2021-03-01 17:38:55 +00:00
|
|
|
enabled: true
|
|
|
|
emptyDir: false
|
2021-04-15 12:28:28 +00:00
|
|
|
setPermissions: true
|
2021-03-03 21:03:02 +00:00
|
|
|
mountPath: "/test4"
|
2021-03-01 17:38:55 +00:00
|
|
|
hostPath: "/tmp"
|