diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-07-08 02:19:10 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-07-08 02:19:10 +0200 |
commit | 2913a3cac0cc2256016f86f51b90f5f7b4997f6d (patch) | |
tree | 1c3bd1391cd854ec1521f21db73b7b7ad54cebec /contrib/k8s-emc/matomo-deploy.yml | |
parent | k8s-emc: fix stream-site (diff) |
k8s-emc: fix matomo,mysql and graphite
Diffstat (limited to 'contrib/k8s-emc/matomo-deploy.yml')
-rw-r--r-- | contrib/k8s-emc/matomo-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/k8s-emc/matomo-deploy.yml b/contrib/k8s-emc/matomo-deploy.yml index 4c0f4ad..37fff0c 100644 --- a/contrib/k8s-emc/matomo-deploy.yml +++ b/contrib/k8s-emc/matomo-deploy.yml @@ -21,7 +21,7 @@ spec: app: matomo tier: stats spec: - nodeName: emc-master + nodeName: emc-ctrl securityContext: runAsUser: 998 fsGroup: 998 |