Changing replication

I think it might be due to the fact that my alpha is not a leader:
/state

{
  "counter": "8981",
  "groups": {
    "1": {
      "members": {
        "1": {
          "id": "1",
          "groupId": 1,
          "addr": "dgraph-alpha-0.dgraph-alpha.starcards.svc.cluster.local:7080",
          "lastUpdate": "1601898387"
        }
      },
      "tablets": {
  [...]
   }
  },
  "zeros": {
    "1": {
      "id": "1",
      "addr": "dgraph-zero-0.dgraph-zero.starcards.svc.cluster.local:5080",
      "leader": true
    }
  },
  "maxLeaseId": "180000",
  "maxTxnTs": "2680000",
  "maxRaftId": "3",
  "removed": [
    {
      "id": "2",
      "addr": "dgraph-zero-1.dgraph-zero.starcards.svc.cluster.local:5080"
    },
    {
      "id": "3",
      "addr": "dgraph-zero-2.dgraph-zero.starcards.svc.cluster.local:5080"
    },
    {
      "id": "2",
      "groupId": 1,
      "addr": "dgraph-alpha-1.dgraph-alpha.starcards.svc.cluster.local:7080",
      "leader": true,
      "lastUpdate": "1602161263"
    },
    {
      "id": "3",
      "groupId": 1,
      "addr": "dgraph-alpha-2.dgraph-alpha.starcards.svc.cluster.local:7080",
      "lastUpdate": "1602160485"
    }
  ],
  "cid": "f8a3101b-3c25-4dc4-b76f-360437ad697f",
  "license": {
    "maxNodes": "18446744073709551615",
    "expiryTs": "1591861766"
  }
}```