75 lines
1.5 KiB
YAML
75 lines
1.5 KiB
YAML
operator:
|
|
image: aveshasystems/worker-operator-ent
|
|
tag: 0.10.0
|
|
pullPolicy: IfNotPresent
|
|
logLevel: INFO
|
|
|
|
## Base64 encoded secret values from controller cluster
|
|
controllerSecret:
|
|
namespace:
|
|
endpoint:
|
|
ca.crt:
|
|
token:
|
|
|
|
cluster:
|
|
name:
|
|
nodeIp: # This field is deprecated. You can set nodeIPs through cluster spec.
|
|
endpoint:
|
|
|
|
router:
|
|
image: docker.io/aveshasystems/cmd-nse-vl3
|
|
tag: 1.0.2
|
|
pullPolicy: IfNotPresent
|
|
|
|
routerSidecar:
|
|
image: docker.io/aveshasystems/kubeslice-router-sidecar
|
|
tag: 1.4.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
netop:
|
|
networkInterface: eth0
|
|
image: docker.io/aveshasystems/netops
|
|
tag: 0.2.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
gateway:
|
|
image: docker.io/aveshasystems/gw-sidecar
|
|
tag: 0.3.0
|
|
pullPolicy: IfNotPresent
|
|
logLevel: INFO
|
|
|
|
openvpn:
|
|
server:
|
|
image: docker.io/aveshasystems/openvpn-server.alpine.amd64
|
|
tag: 1.0.1
|
|
pullPolicy: IfNotPresent
|
|
client:
|
|
image: docker.io/aveshasystems/openvpn-client.alpine.amd64
|
|
tag: 1.0.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
dns:
|
|
image: docker.io/aveshasystems/dns
|
|
tag: 0.1.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
jaeger:
|
|
enabled: false
|
|
|
|
events:
|
|
disabled: false
|
|
|
|
metrics:
|
|
insecure: false
|
|
metricResolution: "15s"
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
# username & password & email values for imagePullSecrets has to provided to create a secret
|
|
imagePullSecrets:
|
|
repository: https://index.docker.io/v1/
|
|
username:
|
|
password:
|
|
email:
|
|
|
|
controllerNamespace: kubeslice-controller
|