-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathidorg.yaml
97 lines (77 loc) · 1.8 KB
/
idorg.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
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
# Remember to apply pre-deploy.yaml
replicaCount: 2
commonLabels:
app: idorg
component: matomo
extraEnvVars:
- name: PHP_MEMORY_LIMIT
value: "4G"
matomoWebsiteHost: "matomo.identifiers.org"
matomoWebsiteName: "Identifiers.org"
matomoUsername: idorg
matomoPassword: changethis
matomoEmail: [email protected]
image:
tag: "4.14.2-debian-11-r10"
debug: true
smtpHost: smtp.eu.mailgun.org
smtpPort: 587
smtpUser: ~
smtpProtocol: tls
smtpExistingSecret: idorg-matomo-secrets
allowEmptyPassword: false
volumePermissions:
enabled: true
# containerSecurityContext:
# runAsNonRoot: false
# runAsUser: 0
matomoSkipInstall: true
updateStrategy:
type: Recreate
resources:
requests:
cpu: 100m
memory: 750Mi
limits:
cpu: 900m
memory: 2G
mariadb:
enabled: false
service: # Avoid google cloud NEG connectivity issues
annotations:
cloud.google.com/neg: '{"ingress":false}'
externalDatabase:
host: matomomysql
port: 3306
user: ~
database: ~
existingSecret: idorg-matomo-secrets
livenessProbe:
enabled: true
path: /
initialDelaySeconds: 600
periodSeconds: 20
timeoutSeconds: 15
failureThreshold: 5
successThreshold: 1
readinessProbe:
enabled: true
path: /
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 10
failureThreshold: 5
successThreshold: 1
nodeSelector:
idorg-deployment: matomo
ingress:
enabled: true
pathType: ImplementationSpecific # Necessary for gce
hostname: matomo.identifiers.org
path: "/*"
annotations:
kubernetes.io/ingress.class: "gce" #Google cloud ingress
kubernetes.io/ingress.global-static-ip-name: idorg-matomo
kubernetes.io/ingress.allow-http: "true"
networking.gke.io/managed-certificates: idorg-matomo-managed-cert
networking.gke.io/v1beta1.FrontendConfig: "matomo-redirect-config"