Skip to content

Commit

Permalink
feat: use ARM64
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Oct 9, 2023
1 parent fe99c5e commit 2405010
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/matomo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
image:
registry: ghcr.io
repository: halkeye-docker/matomo
tag: v1.2.0
repository: jenkinsciinfra/matomo
tag: 0.1.1
nodeSelector:
kubernetes.io/arch: arm64
tolerations:
- key: "kubernetes.io/arch"
operator: "Equal"
value: "arm64"
effect: "NoSchedule"
persistence:
enabled: false
extraEnvVars:
Expand Down

0 comments on commit 2405010

Please sign in to comment.