1
0
Fork 0

cluster: sync to prod

Change-Id: If311f1ce44653bb54e0a10ad2fdd65685722a64d
master
q3k 2019-11-17 19:49:04 +01:00
parent 96c428f7d7
commit fd323a0f55
2 changed files with 13 additions and 2 deletions

View File

@ -472,7 +472,7 @@ local Cluster(short, realm) = {
},
# Used for owncloud.hackerspace.pl, which for now lices on boston-packets.hackerspace.pl.
nextcloud: kube._Object("ceph.rook.io/v1", "CephObjectStoreUser", "nextcloud") {
nextcloudWaw2: kube._Object("ceph.rook.io/v1", "CephObjectStoreUser", "nextcloud") {
metadata+: {
namespace: "ceph-waw2",
},
@ -481,5 +481,16 @@ local Cluster(short, realm) = {
displayName: "nextcloud",
},
},
# Used for owncloud.hackerspace.pl, which for now lices on boston-packets.hackerspace.pl.
nextcloudWaw3: kube._Object("ceph.rook.io/v1", "CephObjectStoreUser", "nextcloud") {
metadata+: {
namespace: "ceph-waw3",
},
spec: {
store: "waw-hdd-redundant-3-object",
displayName: "nextcloud",
},
},
},
}

View File

@ -156,7 +156,7 @@ local policies = import "../../../kube/policies.libsonnet";
deployment: kube.Deployment("nginx-ingress-controller") {
metadata+: env.metadata,
spec+: {
replicas: 1,
replicas: 5,
template+: {
spec+: {
serviceAccountName: env.sa.metadata.name,