-
Notifications
You must be signed in to change notification settings - Fork 0
/
tkc.yaml
38 lines (38 loc) · 1.02 KB
/
tkc.yaml
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
37
38
apiVersion: apps/v1
kind: Deployment
metadata:
name: thunder-kubernetes-connector
spec:
replicas: 1
selector:
matchLabels:
app: thunder-kubernetes-connector
template:
metadata:
labels:
app: thunder-kubernetes-connector
spec:
containers:
- name: thunder-kubernetes-connector
image: a10harmony/a10-kubernetes-connector:1.9
imagePullPolicy: IfNotPresent
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: WATCH_NAMESPACE
value: cyan
- name: CONTROLLER_URL
value: https://10.1.1.32
- name: ACOS_USERNAME_PASSWORD_SECRETNAME
value: thunder-access-creds
- name: PARTION
value: shared
args:
- --watch-namespace=$(WATCH_NAMESPACE)
- --use-node-external-ip=true
- --patch-to-update=true
- --safe-acos-delete=true
- --use-ingress-class-only=true
- --ingress-class=a10-ext