diff --git a/templates/nextcloud-onlyoffice-config.yaml b/templates/nextcloud-onlyoffice-config.yaml
index 6ea899c3059004aacc83a06f6127c9aa4eac731c..2236d4de31b0d96ceeb639ed4e381cbd8e2eced7 100644
--- a/templates/nextcloud-onlyoffice-config.yaml
+++ b/templates/nextcloud-onlyoffice-config.yaml
@@ -87,9 +87,9 @@ data:
   # All values in config.json are applied by the nextcloud occ command
   #   config:import.
   # system.trusted_proxies contains a list of proxies that are considered
-  #   to be trusted. 10.43.0.0/16 contains all ip addresses that are
-  #   assigned to kubernetes services which includes the ip address of
-  #   the ingress service that functions as a proxy.
+  #   to be trusted. 10.42.0.0/16 contains all ip addresses that are
+  #   assigned to kubernetes pods, which includes the ip address of
+  #   the ingress controller that functions as a reverse proxy.
   # system.overwriteprotocol overwrites the protocol of links that are
   #   generated by nextcloud to HTTPS.
   # apps.core.backgroundjobs_mode set to cron disables the unreliable ajax
@@ -99,7 +99,7 @@ data:
   config.json: |
     {
         "system":{
-            "trusted_proxies": "10.43.0.0/16",
+            "trusted_proxies": "10.42.0.0/16",
             "overwriteprotocol": "https",
             "appstoreenabled": false,
             "debug": {{ .Values.nextcloud.debug | quote }}