|
|
apiVersion: v1
|
|
|
kind: Service
|
|
|
metadata:
|
|
|
name: character-library-metadata-bastion
|
|
|
namespace: mmm-suplus-test
|
|
|
labels:
|
|
|
k8s-app: character-library-metadata-bastion
|
|
|
spec:
|
|
|
ports:
|
|
|
- name: "http"
|
|
|
port: 80
|
|
|
targetPort: 8082
|
|
|
selector:
|
|
|
k8s-app: character-library-metadata-bastion
|
|
|
---
|
|
|
apiVersion: extensions/v1beta1
|
|
|
kind: Deployment
|
|
|
metadata:
|
|
|
name: character-library-metadata-bastion
|
|
|
namespace: mmm-suplus-test
|
|
|
labels:
|
|
|
k8s-app: character-library-metadata-bastion
|
|
|
spec:
|
|
|
replicas: 1
|
|
|
template:
|
|
|
metadata:
|
|
|
labels:
|
|
|
k8s-app: character-library-metadata-bastion
|
|
|
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
|
|
|
containers:
|
|
|
- name: character-library-metadata-bastion
|
|
|
image: 192.168.0.243:5000/mmm/character-library-metadata-bastion:dev
|
|
|
imagePullPolicy: Always
|
|
|
ports:
|
|
|
- containerPort: 8082
|
|
|
volumeMounts:
|
|
|
- mountPath: /opt/logs
|
|
|
name: accesslogs
|
|
|
env:
|
|
|
- name: POSTGRESQL_DB_NAME
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresqlalliedcreation.dbname
|
|
|
- name: POSTGRESQL_USER
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresql.user
|
|
|
- name: POSTGRESQL_PASSWORD
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresql.password
|
|
|
- name: POSTGRESQL_HOST
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresql.host
|
|
|
- name: POSTGRESQL_PORT
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresql.port
|
|
|
- name: REDIS_HOST
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: redis.ip
|
|
|
- name: REDIS_PORT
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: redis.port
|
|
|
- name: REDIS_AUTH
|
|
|
value: ""
|
|
|
- name: LOG_LEVEL
|
|
|
value: "debug"
|
|
|
- name: ERROR_BASE_CODE
|
|
|
value: "1"
|
|
|
- name: ERROR_BASE_CODE_MULTIPLE
|
|
|
value: "2000"
|
|
|
- name: ENABLE_KAFKA_LOG
|
|
|
value: "true"
|
|
|
- name: HTTP_PORT
|
|
|
value: "8082"
|
|
|
- name: SERVICE_ENV
|
|
|
value: "test"
|
|
|
- name: METADATA_BASTION_HOST
|
|
|
value: "http://character-library-metadata-bastion-test.fjmaimaimai.com"
|
|
|
- name: BYTE_CORE_HOST
|
|
|
value: "http://47.97.5.102:8303"
|
|
|
- name: STARROCKS_HOST
|
|
|
value: "220.250.41.79"
|
|
|
- name: STARROCKS_PORT
|
|
|
value: "9030"
|
|
|
- name: STARROCKS_DB_NAME
|
|
|
value: "character_library"
|
|
|
- name: STARROCKS_USER
|
|
|
value: "root"
|
|
|
- name: STARROCKS_PASSWORD
|
|
|
value: "eagle1010"
|
|
|
volumes:
|
|
|
- name: accesslogs
|
|
|
emptyDir: {} |
|
|
\ No newline at end of file |
...
|
...
|
|