forked from txn2/kubefwd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.fwdconf.yml
36 lines (36 loc) · 1.12 KB
/
example.fwdconf.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
baseUnreservedIP: 127.1.27.1
serviceConfigurations:
- # name of the target service
# this will match a service in the first namespace
name: myservice
# ip address to be bound to
ip: 127.1.28.1
- # you may utilize any of the following formats to identify a service
# examples:
# pod
# service
# service.svc
# pod.service
# pod.context
# service.context
# pod.namespace
# pod.namespace.svc
# pod.namespace.svc.cluster.local
# service.namespace
# service.namespace.svc
# service.namespace.svc.cluster.local
# pod.service.namespace
# pod.service.namespace.svc
# pod.service.namespace.svc.cluster.local
# pod.service.context
# pod.namespace.context
# pod.namespace.svc.context
# pod.namespace.svc.cluster.context
# service.namespace.context
# service.namespace.svc.context
# service.namespace.svc.cluster.context
# pod.service.namespace.context
# pod.service.namespace.svc.context
# pod.service.namespace.svc.cluster.context
name: your-svc.your-namespace
ip: 127.1.28.2