Skip to content

Commit 31b55bf

Browse files
authored
Update cloudsql matomo example (#76)
1 parent b6ee27b commit 31b55bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/matomo/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ sidecars: []
6161
# - name: cloud-sql-proxy
6262
# image: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.1
6363
# args:
64-
# - --structured-logs
65-
# - --port=3306
66-
# - mydb-dev:us-central1:matomo
64+
# - --address=0.0.0.0
6765
# - --credentials-file=/secrets/credentials.json
66+
# - mydb-dev:us-central1:matomo
67+
# - --port=3306
6868
# cpu: "500m"
6969
# memory: 1Gi
7070
# volumes:

0 commit comments

Comments
 (0)