-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
56 lines (48 loc) · 1.04 KB
/
values.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Default values for kube-admission.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
apiGroupName: sls.ext.aliyun.com
# todo: add Dockerfile
# todo: usage docker image in docker hub
image:
repository:
tag:
container:
httpPort: 8000
command:
- run_http_server
imagePullSecrets:
- name: image-registry-secret
service:
type: ClusterIP
port: 80
clusterDomainSuffix: cluster.local
crds:
- spec:
conversion:
strategy: None
names:
kind: AliyunLogAlertor
listKind: AliyunLogAlertorList
plural: aliyunlogalertors
singular: aliyunlogalertor
shortNames:
- ala
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
x-kubernetes-preserve-unknown-fields: true
hack:
configMapEnv:
name: alibaba-log-configuration
items:
ENDPOINT: log-endpoint
LOG_PROJECT_NAME: log-project
env:
ACCESS_KEY_SECRET: xxxx
ACCESS_KEY_ID: xxxx