1
0
Fork 0

Merge "cluster/kube: remove ceph diff against k0 production"

master
q3k 2021-09-11 20:32:57 +00:00 committed by Gerrit Code Review
commit 1dbefed537
3 changed files with 1 additions and 4 deletions

View File

@ -212,7 +212,7 @@ local pki = import "lib/pki.libsonnet";
rook: rook.Operator { rook: rook.Operator {
operator+: { operator+: {
spec+: { spec+: {
replicas: 1, replicas: 0,
}, },
}, },
}, },

View File

@ -121,7 +121,6 @@ local rook = import "lib/rook.libsonnet";
nodes: [ nodes: [
{ {
name: "dcr01s22.hswaw.net", name: "dcr01s22.hswaw.net",
location: "rack=dcr01 host=dcr01s22",
devices: [ devices: [
// https://github.com/rook/rook/issues/1228 // https://github.com/rook/rook/issues/1228
//{ name: "disk/by-id/wwan-0x" + wwan } //{ name: "disk/by-id/wwan-0x" + wwan }
@ -139,7 +138,6 @@ local rook = import "lib/rook.libsonnet";
}, },
{ {
name: "dcr01s24.hswaw.net", name: "dcr01s24.hswaw.net",
location: "rack=dcr01 host=dcr01s22",
devices: [ devices: [
// https://github.com/rook/rook/issues/1228 // https://github.com/rook/rook/issues/1228
//{ name: "disk/by-id/wwan-0x" + wwan } //{ name: "disk/by-id/wwan-0x" + wwan }

View File

@ -1219,7 +1219,6 @@ local oa = kube.OpenAPI;
metadata+: cluster.metadata, metadata+: cluster.metadata,
spec: store.spec { spec: store.spec {
gateway: { gateway: {
type: "s3",
port: 80, port: 80,
instances: 1, instances: 1,
allNodes: false, allNodes: false,