diff --git a/examples/ingress.jsonnet b/examples/ingress.jsonnet
index 149fea9f5ad45affd1a88c968c0585e4ec58b3da..48bc9adad4490058264e333295473d10500eb6e6 100644
--- a/examples/ingress.jsonnet
+++ b/examples/ingress.jsonnet
@@ -11,6 +11,13 @@ local kp =
     _config+:: {
       namespace: 'monitoring',
     },
+    prometheus+:: {
+      prometheus+: {
+        spec+: {
+          externalURL: 'http://prometheus.example.com',
+        },
+      },
+    },
     ingress+:: {
       'prometheus-k8s':
         ingress.new() +