forked from hswaw/hscloud
hswaw/kube/frab: use more unique labels for postgres service
Change-Id: Ic118f8663acbd6f9559ad61c7e026b95c7628809
This commit is contained in:
parent
f8b4cd7b06
commit
e95c0e2dfd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ local postgres = import "../../kube/postgres.libsonnet";
|
|||
postgres: postgres {
|
||||
cfg+: {
|
||||
namespace: frab.metadata.namespace,
|
||||
appName: "postgres",
|
||||
appName: "frab",
|
||||
storageClassName: cfg.storageClassName,
|
||||
prefix: frab.makeName("-postgres") + "-",
|
||||
database: "frab",
|
||||
|
|
Loading…
Reference in a new issue