Merge "hswaw/kube/frab: use more unique labels for postgres service"
diff --git a/hswaw/kube/frab.libsonnet b/hswaw/kube/frab.libsonnet
index 40c9834..c3156ac 100644
--- a/hswaw/kube/frab.libsonnet
+++ b/hswaw/kube/frab.libsonnet
@@ -79,7 +79,7 @@
         postgres: postgres {
             cfg+: {
                 namespace: frab.metadata.namespace,
-                appName: "postgres",
+                appName: "frab",
                 storageClassName: cfg.storageClassName,
                 prefix: frab.makeName("-postgres") + "-",
                 database: "frab",