ab.yaml
3.1 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
apiVersion: v1
kind: Service
metadata:
name: ab
namespace: mmm-suplus-dev
labels:
k8s-app: ab
spec:
ports:
- name: "http"
port: 80
targetPort: 8080
selector:
k8s-app: ab
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: ab
namespace: mmm-suplus-dev
labels:
k8s-app: ab
spec:
replicas: 1
selector:
matchLabels:
k8s-app: ab
template:
metadata:
labels:
k8s-app: ab
spec:
# affinity:
# nodeAffinity:
# preferredDuringSchedulingIgnoredDuringExecution:
# - preference: {}
# weight: 100
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: kubernetes.io/hostname
# operator: In
# values:
# - cn-hangzhou.i-bp1djh1xn7taumbue1ze
# - cn-hangzhou.i-bp1djh1xn7taumbue1zd
# - cn-hangzhou.i-bp1euf5u1ph9kbhtndhb
# - cn-hangzhou.i-bp1hyp5oips9cdwxxgxy
imagePullSecrets:
- name: aliyun-regsecret
containers:
- name: ab
image: registry.cn-shanghai.aliyuncs.com/tiptok/ab:master
imagePullPolicy: Always
# volumeMounts:
# - mountPath: /opt/logs
# name: accesslogs
# - mountPath: /var/www/opp/file
# name: mmmjihuitest-pvc1
ports:
- containerPort: 8080
env:
- name: MYSQL_HOST
valueFrom:
configMapKeyRef:
name: suplus-config
key: mysql.host
- name: MYSQL_PORT
valueFrom:
configMapKeyRef:
name: suplus-config
key: mysql.port
- name: REDIS_HOST
valueFrom:
configMapKeyRef:
name: suplus-config
key: redis.ip
- name: REDIS_PORT
valueFrom:
configMapKeyRef:
name: suplus-config
key: redis.port
- name: MYSQL_USER
valueFrom:
configMapKeyRef:
name: suplus-config
key: mysql.user
- name: MYSQL_PASSWORD
valueFrom:
configMapKeyRef:
name: suplus-config
key: mysql.password
# - name: MYSQL_DB_NAME
# value: "opportunity_dev"
- name: RUN_MODE
value: "dev-online"
- name: LOG_LEVEL
value: "debug"
- name: aliyun_logs_suplusfile
value: "stdout"
- name: aliyun_logs_access
value: " /opt/logs/app.log"
- name: BUSINESS_ADMIN_SERVICE_HOST
valueFrom:
configMapKeyRef:
name: suplus-config
key: service.businessadmin
# volumes:
# - name: accesslogs
# emptyDir: {}
# - name: mmmjihuitest-pvc1
# persistentVolumeClaim:
# claimName: mmmjihuitest-pvc